Skip to content

Commit

Permalink
fix: update references to logging exporter (#7)
Browse files Browse the repository at this point in the history
This exporter has been replaced by the debug exporter and will be removed soon. Related to open-telemetry/opentelemetry-collector#11037
  • Loading branch information
codeboten authored Dec 17, 2024
1 parent cea3e80 commit 91bc328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD_OPENTELEMETRY-COLLECTOR.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ receivers:
http:
exporters:
logging:
debug:
verbosity: detailed
service:
pipelines:
traces:
receivers: [otlp]
exporters: [logging]
exporters: [debug]
telemetry:
metrics:
level: none
Expand Down

0 comments on commit 91bc328

Please sign in to comment.