From 668b37b9d117266538d5f95bb224026b010c5931 Mon Sep 17 00:00:00 2001 From: Alex Boten <223565+codeboten@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:48:19 -0700 Subject: [PATCH] fix: update references to logging exporter This exporter has been replaced by the debug exporter and will be removed soon. Related to /~https://github.com/open-telemetry/opentelemetry-collector/pull/11037 Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com> --- aws-xray/src/awsTest/resources/otel-collector.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aws-xray/src/awsTest/resources/otel-collector.yml b/aws-xray/src/awsTest/resources/otel-collector.yml index 7473c0981..be4f9b5d6 100644 --- a/aws-xray/src/awsTest/resources/otel-collector.yml +++ b/aws-xray/src/awsTest/resources/otel-collector.yml @@ -5,11 +5,11 @@ extensions: health_check: exporters: - logging: + debug: service: extensions: [health_check] pipelines: traces: receivers: [awsxray] - exporters: [logging] + exporters: [debug]