Skip to content

Commit ad96f09

Browse files
Fix tracing pipeline
Signed-off-by: Michel Hollands <[email protected]>
1 parent 090f1ef commit ad96f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/meta-monitoring/templates/agent/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ data:
346346
{{- if .Values.local.traces.enabled }}
347347
otelcol.exporter.otlphttp "local" {
348348
client {
349-
endpoint = "http://{{- .Release.Name -}}-tempo-distributor.svc:4318"
349+
endpoint = "http://{{- .Release.Name -}}-tempo-distributor.{{- .Release.Namespace -}}.svc:4318"
350350
}
351351
}
352352
{{- end }}

0 commit comments

Comments
 (0)