Skip to content

Commit c8a9e2c

Browse files
authored
fix: update references to logging exporter (#1465)
Signed-off-by: Alex Boten <[email protected]>
1 parent b51cedf commit c8a9e2c

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)