Skip to content

Commit

Permalink
Update processor/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tigran Najaryan <4194920+tigrannajaryan@users.noreply.github.com>
  • Loading branch information
Bogdan Drutu and tigrannajaryan authored Feb 22, 2021
1 parent 555be3e commit 46d823c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ processor documentation for more information.

The ownership of the `pdata.Traces`, `pdata.Metrics` and `pdata.Logs` data in a pipeline
is passed as the data travels through the pipeline. The data is created by the receiver
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`
function is called.

Note: the receiver may be attached to multiple pipelines, in which case the same data
Expand Down

0 comments on commit 46d823c

Please sign in to comment.