Skip to content

Commit acee265

Browse files
authored
fix: update references to logging exporter
This exporter has been replaced by the debug exporter and will be removed soon. Related to open-telemetry/opentelemetry-collector#11037
1 parent ed69bd1 commit acee265

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samplers/jaegerremote/example/otel-collector.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ receivers:
88
strategy_file: "/etc/strategies.json"
99

1010
exporters:
11-
logging:
11+
debug:
1212

1313
service:
1414
pipelines:
1515
traces:
1616
receivers: [ jaeger ]
17-
exporters: [ logging ]
17+
exporters: [ debug ]

0 commit comments

Comments
 (0)