Skip to content

Commit

Permalink
Replace collector logging exporter with debug exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed Oct 7, 2024
1 parent 1d5b7e3 commit 63fec7a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions smoke-tests/src/test/resources/otel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ processors:
batch:

exporters:
logging/logging_debug:
loglevel: debug
logging/logging_info:
loglevel: info
debug/logging_debug:
verbosity: detailed
debug/logging_info:
verbosity: basic
otlp:
endpoint: backend:8080
tls:
Expand All @@ -39,14 +39,14 @@ service:
traces:
receivers: [ otlp ]
processors: [ batch ]
exporters: [ logging/logging_debug, otlp ]
exporters: [ debug/logging_debug, otlp ]
metrics:
receivers: [ signalfx, otlp ]
processors: [ batch ]
exporters: [ logging/logging_info, otlp ]
exporters: [ debug/logging_info, otlp ]
logs:
receivers: [ otlp ]
processors: [ batch ]
exporters: [ logging/logging_info, otlp, splunk_hec ]
exporters: [ debug/logging_info, otlp, splunk_hec ]

extensions: [ health_check, pprof, zpages ]

0 comments on commit 63fec7a

Please sign in to comment.