Skip to content

Commit

Permalink
debug v2 endpoints: removed otelhttp exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
eedygreen committed Oct 31, 2024
1 parent b3f2284 commit 30c8022
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions otelcol-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@ service:
traces:
receivers: [otlp]
processors: [batch]
exporters: [otlphttp/grafana_cloud, debug]
exporters: [debug]
metrics:
receivers: [otlp, hostmetrics]
processors: [resourcedetection, batch]
exporters: [otlphttp/grafana_cloud, prometheusremotewrite, debug]
exporters: [prometheusremotewrite, debug]
logs:
receivers: [otlp]
processors: [batch]
exporters: [otlphttp/loki, otlphttp/grafana_cloud, debug]
exporters: [otlphttp/loki, debug]

0 comments on commit 30c8022

Please sign in to comment.