From 647c023fafab2d19574d2b4594f8995682cc4970 Mon Sep 17 00:00:00 2001 From: mackjmr Date: Thu, 2 Nov 2023 13:46:05 +0100 Subject: [PATCH] remove logging exporter from pipeline --- ci/values-jmx.yaml | 2 +- ci/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/values-jmx.yaml b/ci/values-jmx.yaml index 5ad6b85f5cf0..b44b566924e5 100644 --- a/ci/values-jmx.yaml +++ b/ci/values-jmx.yaml @@ -68,4 +68,4 @@ config: metrics: receivers: [jmx, jmx/jvm, jmx/consumer, jmx/producer, zookeeper, kafkametrics] processors: [batch, resourcedetection/env] - exporters: [otlp, logging] \ No newline at end of file + exporters: [otlp] \ No newline at end of file diff --git a/ci/values.yaml b/ci/values.yaml index 885350246b70..cdd7db70e0f3 100644 --- a/ci/values.yaml +++ b/ci/values.yaml @@ -185,7 +185,7 @@ config: metrics: receivers: [otlp, hostmetrics, prometheus] processors: [resourcedetection, k8sattributes, batch] - exporters: [datadog, logging] + exporters: [datadog] traces: receivers: [otlp] processors: [resourcedetection, k8sattributes, batch]