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:
|
processors:
|
||||||
k8sattributes:
|
k8sattributes:
|
||||||
auth_type: "serviceAccount"
|
auth_type: "serviceAccount"
|
||||||
|
wait_for_metadata: true
|
||||||
|
wait_for_metadata_timeout: 10s
|
||||||
passthrough: false
|
passthrough: false
|
||||||
extract:
|
extract:
|
||||||
metadata:
|
metadata:
|
||||||
@ -70,8 +72,6 @@ spec:
|
|||||||
endpoint: {{ .Values.logIngest.lokiEndpoint }}
|
endpoint: {{ .Values.logIngest.lokiEndpoint }}
|
||||||
tls:
|
tls:
|
||||||
insecure: true
|
insecure: true
|
||||||
debug:
|
|
||||||
verbosity: detailed
|
|
||||||
service:
|
service:
|
||||||
telemetry:
|
telemetry:
|
||||||
logs:
|
logs:
|
||||||
@ -80,5 +80,5 @@ spec:
|
|||||||
logs:
|
logs:
|
||||||
receivers: [filelog]
|
receivers: [filelog]
|
||||||
processors: [k8sattributes, resource, batch]
|
processors: [k8sattributes, resource, batch]
|
||||||
exporters: [debug, loki]
|
exporters: [loki]
|
||||||
{{- end }}
|
{{- end }}
|
||||||
Loading…
Reference in New Issue
Block a user