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 }}