Skip to content

Commit

Permalink
[TEST] update collector example with debug exporter (open-telemetry#3050
Browse files Browse the repository at this point in the history
)

The logging exporter was renamed debug in 2023, the logging exporter will be removed in the near future, updating the example accordingly.
  • Loading branch information
codeboten authored Sep 4, 2024
1 parent 7f785b5 commit 0803569
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions functional/otlp/otel-config-http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ processors:
check_interval: 5s

exporters:
logging:
loglevel: debug
debug:
verbosity: debug

service:
pipelines:
traces:
receivers: [otlp]
processors: [memory_limiter, batch]
exporters: [logging]
exporters: [debug]

0 comments on commit 0803569

Please sign in to comment.