fix: update OpenTelemetry configuration to include TLS settings for Loki exporter and remove logging exporter
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
623d504c5c
commit
e4ad10886f
@ -56,7 +56,9 @@ spec:
|
||||
exporters:
|
||||
loki:
|
||||
endpoint: {{ .Values.logIngest.lokiEndpoint }}
|
||||
logging:
|
||||
tls:
|
||||
insecure: true
|
||||
debug:
|
||||
verbosity: detailed
|
||||
|
||||
service:
|
||||
@ -67,5 +69,5 @@ spec:
|
||||
logs:
|
||||
receivers: [filelog]
|
||||
processors: [k8sattributes, resource, batch]
|
||||
exporters: [loki, logging]
|
||||
exporters: [debug, loki]
|
||||
{{- end }}
|
||||
Loading…
Reference in New Issue
Block a user