diff --git a/freeleaps/helm-pkg/centralStorage/templates/central-storage/opentelemetry.yaml b/freeleaps/helm-pkg/centralStorage/templates/central-storage/opentelemetry.yaml index c1626c8e..4a718bf3 100644 --- a/freeleaps/helm-pkg/centralStorage/templates/central-storage/opentelemetry.yaml +++ b/freeleaps/helm-pkg/centralStorage/templates/central-storage/opentelemetry.yaml @@ -122,7 +122,7 @@ spec: level: info pipelines: logs: - receivers: [filelog, otlp, k8scluster] + receivers: [filelog] # Only use filelog receiver to prevent duplicate collection processors: [resource, transform, batch] exporters: [otlphttp/logs] {{- end }} \ No newline at end of file diff --git a/freeleaps/helm-pkg/devsvc/templates/devsvc/opentelemetry.yaml b/freeleaps/helm-pkg/devsvc/templates/devsvc/opentelemetry.yaml index e9bab78a..21189f74 100644 --- a/freeleaps/helm-pkg/devsvc/templates/devsvc/opentelemetry.yaml +++ b/freeleaps/helm-pkg/devsvc/templates/devsvc/opentelemetry.yaml @@ -120,7 +120,7 @@ spec: level: info pipelines: logs: - receivers: [filelog, otlp, k8scluster] + receivers: [filelog] # Only use filelog receiver to prevent duplicate collection processors: [resource, transform, batch] exporters: [otlphttp/logs] {{- end }} \ No newline at end of file