Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 6550985

Browse files
Feedback
1 parent cdb2e1d commit 6550985

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gdi/opentelemetry/data-processing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ The following applies:
3232

3333
* Data from all receivers is pushed to the first processor, which performs processing on it and then pushes it to the next processor and so on until the last processor in the pipeline uses a data fan-out connector to fan out (distribute) the data to multiple exporters.
3434

35-
* You can configure processors to "mutate" (duplicate) data before they pass it on to the next processor.
35+
* Note that some types of processor "mutate" (duplicate) data before they pass it on to the next processor.
3636

3737
* If a pipeline uses more than one exporter, each exporter receives a copy of each data element from the last processor.
3838

3939
* In case of failure, the rest of exporters continue to work independently.
4040

41-
* You can configure exporters to "mutate" (duplicate) the data they receive. Usually this option is not enabled.
41+
* You can configure exporters to "mutate" (duplicate) the data they receive. In the Splunk OTel Collector this option is not enabled.
4242

4343
Connect pipelines with connectors
4444
--------------------------------------------------------------------

0 commit comments

Comments
 (0)