Skip to content

Commit

Permalink
fix: update references to logging exporter (#1465)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
  • Loading branch information
codeboten authored Sep 20, 2024
1 parent b51cedf commit c8a9e2c
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 c8a9e2c

Please sign in to comment.