Skip to content

Commit c37d243

Browse files
Update docs/sources/reference/components/loki/loki.enrich.md
Co-authored-by: Clayton Cornell <[email protected]>
1 parent c4e200c commit c37d243

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/sources/reference/components/loki/loki.enrich.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ The component matches logs to discovered targets and enriches them with addition
130130
1. If a match is found, it copies the requested `labels_to_copy` from the discovered target to the log entry. If `labels_to_copy` is empty, all labels are copied.
131131
1. The log entry, enriched or unchanged, is forwarded to the configured receivers.
132132

133-
Note that By default, `loki.enrich` is ready as soon as it starts, even if no targets has been discovered yet. If telemetry is sent to this processor before the metadata is synced, there will be no labels to enrich the telemetry with.
133+
By default, `loki.enrich` is ready as soon as it starts, even if no targets have been discovered.
134+
If telemetry is sent to this component before the metadata is synced, there will be no labels to enrich the telemetry with.
134135

135136
<!-- START GENERATED COMPATIBLE COMPONENTS -->
136137

0 commit comments

Comments
 (0)