Skip to content

Commit

Permalink
Update collector/internal/confmap/converter/decoupleafterbatchconvert…
Browse files Browse the repository at this point in the history
…er/README.md

Co-authored-by: Adam Charrett <[email protected]>
  • Loading branch information
nslaughter and adcharre authored Apr 17, 2024
1 parent d88a4e2 commit d8d5062
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ The `DecoupleAfterBatch` converter automatically modifies the collector's config

The converter scans the collector's configuration and makes the following adjustments:

1. If a pipeline contains a batch processor with no decouple processor defined after it, the converter will automatically add a decouple processor to the pipeline immediately after the batch processor.
1. If a pipeline contains a batch processor with no decouple processor defined after it, the converter will automatically add a decouple processor to the end of the pipeline.

2. If a pipeline contains a batch processor with a decouple processor already defined after it or there is no batch processor defined, the converter will not make any changes to the pipeline configuration.

0 comments on commit d8d5062

Please sign in to comment.