forked from RemoteSync/grafana-meta-monitoring-chart
Merge pull request #115 from grafana/fix_traces_forwarding
Fix local tracing pipeline
This commit is contained in:
@@ -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 }}
|
||||||
|
Reference in New Issue
Block a user