fix: remove debug exporter and adjust k8sattributes processor configuration in OpenTelemetry setup

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-04-16 10:34:22 +08:00
parent 354f6b2669
commit 33c91ecb8d

View File

@ -32,6 +32,8 @@ spec:
processors:
k8sattributes:
auth_type: "serviceAccount"
wait_for_metadata: true
wait_for_metadata_timeout: 10s
passthrough: false
extract:
metadata:
@ -70,8 +72,6 @@ spec:
endpoint: {{ .Values.logIngest.lokiEndpoint }}
tls:
insecure: true
debug:
verbosity: detailed
service:
telemetry:
logs:
@ -80,5 +80,5 @@ spec:
logs:
receivers: [filelog]
processors: [k8sattributes, resource, batch]
exporters: [debug, loki]
exporters: [loki]
{{- end }}