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 }}
|
endpoint: {{ .Values.logIngest.lokiEndpoint }}
|
||||||
tls:
|
tls:
|
||||||
insecure: true
|
insecure: true
|
||||||
|
debug:
|
||||||
|
verbosity: detailed
|
||||||
service:
|
service:
|
||||||
pipelines:
|
pipelines:
|
||||||
logs:
|
logs:
|
||||||
receivers: [filelog]
|
receivers: [filelog]
|
||||||
processors: [k8sattributes, attributes/k8s, batch]
|
processors: [k8sattributes, attributes/k8s, batch]
|
||||||
exporters: [loki]
|
exporters: [loki, debug]
|
||||||
{{- end }}
|
{{- end }}
|
||||||
Loading…
Reference in New Issue
Block a user