fix: remove debug exporter and adjust k8sattributes processor configuration in OpenTelemetry setup
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
354f6b2669
commit
33c91ecb8d
@ -32,6 +32,8 @@ spec:
|
||||
processors:
|
||||
k8sattributes:
|
||||
auth_type: "serviceAccount"
|
||||
wait_for_metadata: true
|
||||
wait_for_metadata_timeout: 10s
|
||||
passthrough: false
|
||||
extract:
|
||||
metadata:
|
||||
@ -70,8 +72,6 @@ spec:
|
||||
endpoint: {{ .Values.logIngest.lokiEndpoint }}
|
||||
tls:
|
||||
insecure: true
|
||||
debug:
|
||||
verbosity: detailed
|
||||
service:
|
||||
telemetry:
|
||||
logs:
|
||||
@ -80,5 +80,5 @@ spec:
|
||||
logs:
|
||||
receivers: [filelog]
|
||||
processors: [k8sattributes, resource, batch]
|
||||
exporters: [debug, loki]
|
||||
exporters: [loki]
|
||||
{{- end }}
|
||||
Loading…
Reference in New Issue
Block a user