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
This commit is contained in:
Nicolas 2025-08-01 07:52:37 +08:00
parent d85f9408e4
commit aa74f6a4f7
2 changed files with 1 additions and 18 deletions

View File

@ -54,16 +54,7 @@ spec:
- type: json_parser - type: json_parser
parse_from: body parse_from: body
parse_to: attributes parse_to: attributes
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318
# Add container logs receiver # Add container logs receiver
k8scluster:
collection_interval: 1s
auth_type: serviceAccount
processors: processors:
resource: resource:
attributes: attributes:

View File

@ -55,15 +55,7 @@ spec:
- type: json_parser - type: json_parser
parse_from: body parse_from: body
parse_to: attributes 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: processors:
resource: resource:
attributes: attributes: