fix(opentelemetry): update logging level to info and remove debug exporter

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-04-21 20:11:45 +08:00
parent bd31bcda9d
commit 84e4eb9f02

View File

@ -103,15 +103,13 @@ spec:
endpoint: {{ .Values.logIngest.lokiEndpoint }}/otlp
tls:
insecure: true
debug:
verbosity: detailed
service:
telemetry:
logs:
level: debug
level: info
pipelines:
logs:
receivers: [filelog]
processors: [resource, transform, batch]
exporters: [otlphttp/logs, debug]
exporters: [otlphttp/logs]
{{- end }}