-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(loki): serialize the structured metadata to JSON (#21461)
* feat(loki): serialize the structured metadata * feat(loki): serialize structured_metadata in json * feat(loki): properly serialize for the API * docs(loki): add structured metadata json serialization to changelog * style(cargo-fmt): run cargo fmt --------- Co-authored-by: Max Boone <max.boone@maxem.energy>
- Loading branch information
1 parent
b3dac6e
commit c6d45a1
Showing
3 changed files
with
42 additions
and
2 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
changelog.d/21443-serialize-loki-structured-metadata-to-json.fix.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Serializes structured metadata to JSON for the Grafana Loki sink | ||
|
||
authors: maxboone |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters