File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
charts/kube-prometheus-stack Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ name: kube-prometheus-stack
3131sources :
3232 - https://github.com/prometheus-community/helm-charts
3333 - https://github.com/prometheus-operator/kube-prometheus
34- version : 69.4.0
34+ version : 69.4.1
3535appVersion : v0.80.0
3636kubeVersion : " >=1.19.0-0"
3737home : https://github.com/prometheus-operator/kube-prometheus
Original file line number Diff line number Diff line change 4545 exemplarTraceIdDestinations :
4646 - datasourceUid : {{ .Values.grafana.sidecar.datasources.exemplarTraceIdDestinations.datasourceUid }}
4747 name : {{ .Values.grafana.sidecar.datasources.exemplarTraceIdDestinations.traceIdLabelName }}
48+ urlDisplayLabel : {{ .Values.grafana.sidecar.datasources.exemplarTraceIdDestinations.urlDisplayLabel }}
4849{{- end }}
4950{{- if .Values.grafana.sidecar.datasources.createPrometheusReplicasDatasources }}
5051{{- range until (int .Values.prometheus.prometheusSpec.replicas) }}
6061 exemplarTraceIdDestinations :
6162 - datasourceUid : {{ $.Values.grafana.sidecar.datasources.exemplarTraceIdDestinations.datasourceUid }}
6263 name : {{ $.Values.grafana.sidecar.datasources.exemplarTraceIdDestinations.traceIdLabelName }}
64+ urlDisplayLabel : {{ .Values.grafana.sidecar.datasources.exemplarTraceIdDestinations.urlDisplayLabel }}
6365{{- end }}
6466{{- end }}
6567{{- end }}
Original file line number Diff line number Diff line change @@ -1346,6 +1346,7 @@ grafana:
13461346 exemplarTraceIdDestinations : {}
13471347 # datasourceUid: Jaeger
13481348 # traceIdLabelName: trace_id
1349+ # urlDisplayLabel: View traces
13491350 alertmanager :
13501351 enabled : true
13511352 name : Alertmanager
You can’t perform that action at this time.
0 commit comments