Skip to content

Commit

Permalink
fix: update references to logging exporter (#6134)
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 Sep 25, 2024
1 parent a5ea602 commit bdcc53f
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 bdcc53f

Please sign in to comment.