Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Clayton Cornell <[email protected]>
  • Loading branch information
tpaschalis and clayton-cornell authored Jan 10, 2024
1 parent dd776ed commit 77df5fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/sources/flow/reference/components/loki.source.docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@ fully qualified name) to store its _positions file_. The positions file
stores the read offsets so that if there is a component or Agent restart,
`loki.source.docker` can pick up tailing from the same spot.

In case the targets argument contains multiple entries with the same container
If the target's argument contains multiple entries with the same container
ID (for example as a result of `discovery.docker` picking up multiple exposed
ports or networks) `loki.source.docker` will deduplicate them, and only keep
ports or networks), `loki.source.docker` will deduplicate them, and only keep
the first of each container ID instances, based on the
`__meta_docker_container_id` label. As such, the Docker daemon will be queried
`__meta_docker_container_id` label. As such, the Docker daemon is queried
for each container ID only once, and only one target will be available in the
component's debug info.

Expand Down

0 comments on commit 77df5fb

Please sign in to comment.