Skip to content

Commit

Permalink
Merge pull request #65 from open-telemetry/main
Browse files Browse the repository at this point in the history
[TEST] update collector example with debug exporter (open-telemetry#3050)
  • Loading branch information
malkia authored Sep 4, 2024
2 parents ff114ca + 0803569 commit 124cb0a
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 124cb0a

Please sign in to comment.