Skip to content

Commit

Permalink
docs (processor/k8sattributes): update README.
Browse files Browse the repository at this point in the history
Co-authored-by: Christos Markou <[email protected]>
  • Loading branch information
h0cheung and ChrsMark committed Nov 6, 2024
1 parent 5d3c524 commit 767326c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/k8sattributesprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ By default, the processor will be ready as soon as it starts, even if no metadat
If data is sent to this processor before the metadata is synced, there will be no metadata to enrich the data with.

To wait for the metadata to be synced before the processor is ready, set the `wait_for_metadata` option to `true`.
Then the processor will not be ready until the metadata is fully synced. As a result, the start-up of the Collector tool will be blocked. If the metadata cannot be synced, the Collector tool will ultimately fail to start.
Then the processor will not be ready until the metadata is fully synced. As a result, the start-up of the Collector will be blocked. If the metadata cannot be synced, the Collector will ultimately fail to start.
If a timeout is reached, the processor will fail to start and return an error, which will cause the collector to exit.
The timeout defaults to 10s and can be configured with the `metadata_sync_timeout` option.

Expand Down

0 comments on commit 767326c

Please sign in to comment.