Skip to content

Commit

Permalink
Replace logging exporter with debug exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
XSAM committed Apr 26, 2024
1 parent 9d307ad commit dde9595
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/otel-collector/otel-collector.yaml
Expand Up @@ -17,17 +17,17 @@ exporters:
prometheus:
endpoint: 0.0.0.0:9090
namespace: testapp
logging:
debug:

service:
extensions: [health_check]
pipelines:
traces:
receivers: [otlp]
processors: []
exporters: [otlp]
exporters: [otlp, debug]

metrics:
receivers: [otlp]
processors: []
exporters: [prometheus, logging]
exporters: [prometheus, debug]

0 comments on commit dde9595

Please sign in to comment.