Skip to content

Commit

Permalink
fix: update references to logging exporter (#607)
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

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
  • Loading branch information
codeboten authored Sep 20, 2024
1 parent 55186e4 commit b4ab2f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demo-app/collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ extensions:
exporters:
otlphttp:
traces_endpoint: "http://jaeger:4318/v1/traces"
logging:
debug:
verbosity: normal
logging/debug:
debug/detailed:
verbosity: detailed
service:
pipelines:
traces:
receivers: [otlp]
exporters: [logging/debug, otlphttp]
exporters: [debug/detailed, otlphttp]
logs:
receivers: [otlp]
exporters: [logging/debug]
exporters: [debug/detailed]

0 comments on commit b4ab2f4

Please sign in to comment.