From 6e041027bae963423b6a0be6f6c02e190a6ba76e Mon Sep 17 00:00:00 2001 From: lsviben Date: Mon, 16 Jun 2025 13:29:50 +0200 Subject: [PATCH] add info for sharedTelemetry processorPipeline Signed-off-by: lsviben --- content/operate/observability.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/operate/observability.md b/content/operate/observability.md index b19d728a6..f41757689 100644 --- a/content/operate/observability.md +++ b/content/operate/observability.md @@ -213,6 +213,8 @@ configure the processors that transform the telemetry data for the exporters. It For now, the only supported processor is the [transform processor](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/processor/transformprocessor/README.md). +Similarly to how `spec.exportPipeline` defines the pipeline for `spec.exporters`, `spec.processorPipeline` defines the pipeline for `spec.processors`. + #### Telemetry transforms