From ad96f096006048efb42b625640c48489ee7e3d31 Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Fri, 10 May 2024 15:36:05 +0100 Subject: [PATCH] Fix tracing pipeline Signed-off-by: Michel Hollands --- charts/meta-monitoring/templates/agent/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/meta-monitoring/templates/agent/config.yaml b/charts/meta-monitoring/templates/agent/config.yaml index b356c95..416e4d0 100644 --- a/charts/meta-monitoring/templates/agent/config.yaml +++ b/charts/meta-monitoring/templates/agent/config.yaml @@ -346,7 +346,7 @@ data: {{- if .Values.local.traces.enabled }} otelcol.exporter.otlphttp "local" { client { - endpoint = "http://{{- .Release.Name -}}-tempo-distributor.svc:4318" + endpoint = "http://{{- .Release.Name -}}-tempo-distributor.{{- .Release.Namespace -}}.svc:4318" } } {{- end }}