We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555be3e commit 46d823cCopy full SHA for 46d823c
processor/README.md
@@ -49,7 +49,7 @@ processor documentation for more information.
49
50
The ownership of the `pdata.Traces`, `pdata.Metrics` and `pdata.Logs` data in a pipeline
51
is passed as the data travels through the pipeline. The data is created by the receiver
52
-and then the ownership is passed to the first processor when `ConsumeTraces`/`ConsumeMetrics`
+and then the ownership is passed to the first processor when `ConsumeTraces`/`ConsumeMetrics`/`ConsumeLogs`
53
function is called.
54
55
Note: the receiver may be attached to multiple pipelines, in which case the same data
0 commit comments