diff --git a/config_examples/statsd.yaml b/config_examples/statsd.yaml index b4c00eea..4428e811 100644 --- a/config_examples/statsd.yaml +++ b/config_examples/statsd.yaml @@ -20,8 +20,6 @@ receivers: histogram: max_size: 100 -processors: - exporters: otlphttp: endpoint: ${env:DT_ENDPOINT} @@ -34,5 +32,4 @@ service: pipelines: metrics: receivers: [statsd] - processors: [] exporters: [otlphttp]