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

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
codeboten committed Sep 20, 2024
1 parent b51cedf commit 668b37b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws-xray/src/awsTest/resources/otel-collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ extensions:
health_check:

exporters:
logging:
debug:

service:
extensions: [health_check]
pipelines:
traces:
receivers: [awsxray]
exporters: [logging]
exporters: [debug]

0 comments on commit 668b37b

Please sign in to comment.