Merge pull request #115 from grafana/fix_traces_forwarding

Fix local tracing pipeline
This commit is contained in:
Michel Hollands
2024-05-10 15:44:03 +01:00
committed by GitHub

View File

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