Fix tracing pipeline

Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
Michel Hollands 2024-05-10 15:36:05 +01:00
parent 090f1ef91a
commit ad96f09600

View File

@ -346,7 +346,7 @@ data:
{{- if .Values.local.traces.enabled }} {{- if .Values.local.traces.enabled }}
otelcol.exporter.otlphttp "local" { otelcol.exporter.otlphttp "local" {
client { client {
endpoint = "http://{{- .Release.Name -}}-tempo-distributor.svc:4318" endpoint = "http://{{- .Release.Name -}}-tempo-distributor.{{- .Release.Namespace -}}.svc:4318"
} }
} }
{{- end }} {{- end }}