Skip to content

Commit

Permalink
fix: update references to logging exporter
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 committed Sep 20, 2024
1 parent ed69bd1 commit acee265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samplers/jaegerremote/example/otel-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ receivers:
strategy_file: "/etc/strategies.json"

exporters:
logging:
debug:

service:
pipelines:
traces:
receivers: [ jaeger ]
exporters: [ logging ]
exporters: [ debug ]

0 comments on commit acee265

Please sign in to comment.