fix(opentelemetry): add debug exporter to log pipeline for detailed verbosity
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
544293f7b2
commit
0e967bf12c
@ -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 }}
|
||||
Loading…
Reference in New Issue
Block a user