Skip to content

Commit

Permalink
fixes otelcol-config-extras.yml with upstream changes
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Wert <[email protected]>
  • Loading branch information
AlexanderWert committed Aug 3, 2023
1 parent 4aee71f commit 8f299de
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/otelcollector/otelcol-config-extras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,15 @@ exporters:
headers:
Authorization: "Bearer YOUR_APM_SECRET_TOKEN"

processors:
spanmetrics/elastic:
metrics_exporter: otlp/elastic

service:
pipelines:
traces:
receivers: [otlp]
processors: [spanmetrics/elastic, batch]
exporters: [otlp/elastic]
processors: [batch]
exporters: [otlp/elastic, spanmetrics]
metrics:
receivers: [otlp]
processors: [filter, transform, batch]
receivers: [otlp, spanmetrics]
processors: [filter, batch]
exporters: [otlp/elastic]
logs:
receivers: [otlp]
Expand Down

0 comments on commit 8f299de

Please sign in to comment.