We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 090f1ef commit ad96f09Copy full SHA for ad96f09
charts/meta-monitoring/templates/agent/config.yaml
@@ -346,7 +346,7 @@ data:
346
{{- if .Values.local.traces.enabled }}
347
otelcol.exporter.otlphttp "local" {
348
client {
349
- endpoint = "http://{{- .Release.Name -}}-tempo-distributor.svc:4318"
+ endpoint = "http://{{- .Release.Name -}}-tempo-distributor.{{- .Release.Namespace -}}.svc:4318"
350
}
351
352
{{- end }}
0 commit comments