Skip to content

Commit e39e14c

Browse files
committed
Line breaks
Signed-off-by: Lynette Miles <[email protected]>
1 parent 90d94d1 commit e39e14c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pipeline/outputs/loki.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -233,13 +233,7 @@ You can get the same behavior this flag provides in Loki with `drop_single_key`
233233
234234
## `structured_metadata`
235235
236-
[Structured metadata](https://grafana.com/docs/loki/latest/get-started/labels/structured-metadata/)
237-
lets you attach custom fields to individual log lines without embedding the
238-
information in the content of the log line. This capability works well for high
239-
cardinality data that isn't suited for using labels. While not a label, the
240-
`structured_metadata` configuration parameter operates similarly to the `labels`
241-
parameter. Both parameters are comma-delimited `key=value` lists, and both can use
242-
record accessors to reference keys within the record being processed.
236+
[Structured metadata](https://grafana.com/docs/loki/latest/get-started/labels/structured-metadata/) lets you attach custom fields to individual log lines without embedding the information in the content of the log line. This capability works well for high cardinality data that isn't suited for using labels. While not a label, the `structured_metadata` configuration parameter operates similarly to the `labels` parameter. Both parameters are comma-delimited `key=value` lists, and both can use record accessors to reference keys within the record being processed.
243237
244238
The following configuration:
245239

0 commit comments

Comments
 (0)