From 46d823c019b0d84dc68b591e90f2a00b9a266b2b Mon Sep 17 00:00:00 2001 From: Bogdan Drutu Date: Mon, 22 Feb 2021 14:28:08 -0800 Subject: [PATCH] Update processor/README.md Co-authored-by: Tigran Najaryan <4194920+tigrannajaryan@users.noreply.github.com> --- processor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processor/README.md b/processor/README.md index 9361cb66125..e1dfecdceed 100644 --- a/processor/README.md +++ b/processor/README.md @@ -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