otel: Move exporters

This commit is contained in:
2026-07-06 10:12:26 +02:00
parent 78e2acf660
commit e2a6ec8cf5
@@ -67,7 +67,7 @@ config:
traces:
receivers: [otlp] # zipkin
processors: [batch]
exporters: [otlp{{ if .Values.clickhouse.enabled }}, clickhouse{{ end }}]
exporters: [{{ if .Values.clickhouse.enabled }}, clickhouse{{ end }}]
metrics:
receivers: [otlp,prometheus] # prometheus/collector
processors: [batch]
@@ -76,7 +76,7 @@ config:
logs:
receivers: [otlp]
processors: [batch]
exporters: [otlphttp/logs{{ if .Values.clickhouse.enabled }}, clickhouse{{ end }}]
exporters: [{{ if .Values.clickhouse.enabled }}, clickhouse{{ end }}]
ports:
metrics:
enabled: true