Skip to content

Commit

Permalink
Fix metric pipelines (open-telemetry#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwest committed Sep 13, 2023
1 parent 3ce0466 commit 69923eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/otelcollector/otelcol-config-extras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ service:
receivers: [otlp]
processors: [newrelicapm, batch]
exporters: [otlp/newrelic, otlp, logging, newrelicapm, spanmetrics]
metrics:
receivers: [otlp, newrelicapm, spanmetrics]
processors: [filter, batch]
exporters: [otlp/newrelic, prometheus, logging]
metrics/newrelic:
receivers: [otlp, newrelicapm]
processors: [batch]
exporters: [otlp/newrelic]
logs:
receivers: [otlp, newrelicapm]
processors: [batch]
Expand Down

0 comments on commit 69923eb

Please sign in to comment.