Skip to content

Commit

Permalink
Add Agent Group processor to FN pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kwapik committed Jan 23, 2024
1 parent 4602e27 commit fcdde1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/fluxninja/otel/provide.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ func addMetricsSlowPipeline(config *otelconfig.Config) {
Processors: []string{
processorBatchMetricsSlow,
processorAttributes,
otelconsts.ProcessorAgentGroup,
},
Exporters: []string{exporterFluxNinja},
})
Expand Down

0 comments on commit fcdde1f

Please sign in to comment.