From fcdde1f9f70d51945a5929a185d9d228a30ec8bd Mon Sep 17 00:00:00 2001 From: Krzysztof Kwapisiewicz Date: Tue, 23 Jan 2024 18:13:23 +0100 Subject: [PATCH] Add Agent Group processor to FN pipeline --- extensions/fluxninja/otel/provide.go | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/fluxninja/otel/provide.go b/extensions/fluxninja/otel/provide.go index 361528154a..2890d8fbd0 100644 --- a/extensions/fluxninja/otel/provide.go +++ b/extensions/fluxninja/otel/provide.go @@ -170,6 +170,7 @@ func addMetricsSlowPipeline(config *otelconfig.Config) { Processors: []string{ processorBatchMetricsSlow, processorAttributes, + otelconsts.ProcessorAgentGroup, }, Exporters: []string{exporterFluxNinja}, })