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:
parent
d85f9408e4
commit
aa74f6a4f7
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user