Skip to content

Commit

Permalink
remove logging exporter from pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mackjmr committed Nov 2, 2023
1 parent f0b3528 commit 647c023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/values-jmx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ config:
metrics:
receivers: [jmx, jmx/jvm, jmx/consumer, jmx/producer, zookeeper, kafkametrics]
processors: [batch, resourcedetection/env]
exporters: [otlp, logging]
exporters: [otlp]
2 changes: 1 addition & 1 deletion ci/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 647c023

Please sign in to comment.