fix(opentelemetry): add debug exporter to log pipeline for detailed verbosity

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-04-21 15:09:44 +08:00
parent 544293f7b2
commit 0e967bf12c

View File

@ -74,10 +74,12 @@ spec:
endpoint: {{ .Values.logIngest.lokiEndpoint }}
tls:
insecure: true
debug:
verbosity: detailed
service:
pipelines:
logs:
receivers: [filelog]
processors: [k8sattributes, attributes/k8s, batch]
exporters: [loki]
exporters: [loki, debug]
{{- end }}