We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e003fa1 commit 666f583Copy full SHA for 666f583
content/en/docs/collector/architecture.md
@@ -211,8 +211,7 @@ processor.
211
Processors can transform the data before forwarding it, such as adding or
212
removing attributes from spans. They can also drop the data by deciding not to
213
forward it (for example, the `probabilisticsampler` processor). Or they can
214
-generate new data, as the `spanmetrics` processor does by producing metrics for
215
-spans processed by the pipeline.
+generate new data.
216
217
The same name of the processor can be referenced in the `processors` key of
218
multiple pipelines. In this case, the same configuration is used for each of
0 commit comments