Revert to OTLP config to fix OTC startup - will investigate Loki config later

This commit is contained in:
Nicolas 2025-07-29 17:16:46 +08:00
parent d234716697
commit 18eb4df3fb

View File

@ -103,23 +103,10 @@ spec:
send_batch_size: 5 send_batch_size: 5
timeout: 10s timeout: 10s
exporters: exporters:
loki: otlphttp/logs:
endpoint: {{ .Values.logIngest.lokiEndpoint }}/loki/api/v1/push endpoint: {{ .Values.logIngest.lokiEndpoint }}/otlp
tls: tls:
insecure: true insecure: true
# labels:
# resource:
# k8s.pod.name: "pod_name"
# k8s.namespace.name: "namespace"
# k8s.node.name: "node_name"
# application: "app"
# environment: "env"
# attributes:
# level: "level"
# module: "module"
# default_labels_enabled:
# resource: true
# attributes: true
service: service:
telemetry: telemetry:
logs: logs:
@ -128,5 +115,5 @@ spec:
logs: logs:
receivers: [filelog] receivers: [filelog]
processors: [resource, transform, batch] processors: [resource, transform, batch]
exporters: [loki] exporters: [otlphttp/logs]
{{- end }} {{- end }}