From aa74f6a4f714df71f02bd11d21d17add6b5721e0 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 1 Aug 2025 07:52:37 +0800 Subject: [PATCH] fix: remove invalid k8scluster receiver to resolve OpenTelemetry startup error - Remove k8scluster receiver (invalid type name) - Remove unused otlp receiver definitions - Keep only filelog receiver which is actually used in pipeline - Fixes CrashLoopBackOff issue in central-storage pod --- .../templates/central-storage/opentelemetry.yaml | 9 --------- .../devsvc/templates/devsvc/opentelemetry.yaml | 10 +--------- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/freeleaps/helm-pkg/centralStorage/templates/central-storage/opentelemetry.yaml b/freeleaps/helm-pkg/centralStorage/templates/central-storage/opentelemetry.yaml index 4a718bf3..4d65838e 100644 --- a/freeleaps/helm-pkg/centralStorage/templates/central-storage/opentelemetry.yaml +++ b/freeleaps/helm-pkg/centralStorage/templates/central-storage/opentelemetry.yaml @@ -54,16 +54,7 @@ spec: - type: json_parser parse_from: body parse_to: attributes - otlp: - protocols: - grpc: - endpoint: 0.0.0.0:4317 - http: - endpoint: 0.0.0.0:4318 # Add container logs receiver - k8scluster: - collection_interval: 1s - auth_type: serviceAccount processors: resource: attributes: diff --git a/freeleaps/helm-pkg/devsvc/templates/devsvc/opentelemetry.yaml b/freeleaps/helm-pkg/devsvc/templates/devsvc/opentelemetry.yaml index 21189f74..49add631 100644 --- a/freeleaps/helm-pkg/devsvc/templates/devsvc/opentelemetry.yaml +++ b/freeleaps/helm-pkg/devsvc/templates/devsvc/opentelemetry.yaml @@ -55,15 +55,7 @@ spec: - type: json_parser parse_from: body parse_to: attributes - otlp: - protocols: - grpc: - endpoint: 0.0.0.0:4317 - http: - endpoint: 0.0.0.0:4318 - k8scluster: - collection_interval: 1s - auth_type: serviceAccount + processors: resource: attributes: