Skip to content

Commit 668b37b

Browse files
committed
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 Signed-off-by: Alex Boten <[email protected]>
1 parent b51cedf commit 668b37b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws-xray/src/awsTest/resources/otel-collector.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ extensions:
55
health_check:
66

77
exporters:
8-
logging:
8+
debug:
99

1010
service:
1111
extensions: [health_check]
1212
pipelines:
1313
traces:
1414
receivers: [awsxray]
15-
exporters: [logging]
15+
exporters: [debug]

0 commit comments

Comments
 (0)