Skip to content

Commit 13a6c68

Browse files
Merge pull request #3961 from zoomoid/main
[tempo-distributed] make servicemonitor for jaeger (tempo-query) conditional
2 parents 19d2747 + 081b72d commit 13a6c68

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

charts/tempo-distributed/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: tempo-distributed
33
description: Grafana Tempo in MicroService mode
44
type: application
5-
version: 1.52.4
5+
version: 1.52.5
66
appVersion: 2.9.0
77
engine: gotpl
88
home: https://grafana.com/docs/tempo/latest/

charts/tempo-distributed/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tempo-distributed
22

3-
![Version: 1.52.4](https://img.shields.io/badge/Version-1.52.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.9.0](https://img.shields.io/badge/AppVersion-2.9.0-informational?style=flat-square)
3+
![Version: 1.52.5](https://img.shields.io/badge/Version-1.52.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.9.0](https://img.shields.io/badge/AppVersion-2.9.0-informational?style=flat-square)
44

55
Grafana Tempo in MicroService mode
66

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
{{- if .Values.queryFrontend.query.enabled }}
12
{{- include "tempo.lib.serviceMonitor" (dict "ctx" $ "component" "tempo-query") }}
3+
{{- end }}

0 commit comments

Comments
 (0)