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
timeout: 10s
exporters:
loki:
endpoint: {{ .Values.logIngest.lokiEndpoint }}/loki/api/v1/push
otlphttp/logs:
endpoint: {{ .Values.logIngest.lokiEndpoint }}/otlp
tls:
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:
telemetry:
logs:
@ -128,5 +115,5 @@ spec:
logs:
receivers: [filelog]
processors: [resource, transform, batch]
exporters: [loki]
exporters: [otlphttp/logs]
{{- end }}