From ccd2da998add8602af84e43efa45c19cd32fdfc6 Mon Sep 17 00:00:00 2001 From: Erwin Tung Date: Fri, 12 Sep 2025 00:33:21 -0700 Subject: [PATCH 1/2] Add appProtocol to Enable Tempo Streaming Signed-off-by: Erwin Tung --- charts/tempo-distributed/Chart.yaml | 2 +- .../metrics-generator/service-metrics-generator.yaml | 3 ++- .../templates/query-frontend/service-query-frontend.yaml | 6 ++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/charts/tempo-distributed/Chart.yaml b/charts/tempo-distributed/Chart.yaml index c4af78a31b..b9511b10c3 100644 --- a/charts/tempo-distributed/Chart.yaml +++ b/charts/tempo-distributed/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: tempo-distributed description: Grafana Tempo in MicroService mode type: application -version: 1.47.2 +version: 1.47.3 appVersion: 2.8.2 engine: gotpl home: https://grafana.com/docs/tempo/latest/ diff --git a/charts/tempo-distributed/templates/metrics-generator/service-metrics-generator.yaml b/charts/tempo-distributed/templates/metrics-generator/service-metrics-generator.yaml index cc3055e95f..2c22bf347f 100644 --- a/charts/tempo-distributed/templates/metrics-generator/service-metrics-generator.yaml +++ b/charts/tempo-distributed/templates/metrics-generator/service-metrics-generator.yaml @@ -17,7 +17,8 @@ spec: ports: {{- range .Values.metricsGenerator.ports }} {{- if .service }} - - name: {{ .name | quote }} + - appProtocol: grpc + name: {{ .name | quote }} port: {{ .port }} protocol: TCP targetPort: {{ .port }} diff --git a/charts/tempo-distributed/templates/query-frontend/service-query-frontend.yaml b/charts/tempo-distributed/templates/query-frontend/service-query-frontend.yaml index 9a5bec2202..db138a0516 100644 --- a/charts/tempo-distributed/templates/query-frontend/service-query-frontend.yaml +++ b/charts/tempo-distributed/templates/query-frontend/service-query-frontend.yaml @@ -17,10 +17,12 @@ spec: ipFamilies: {{ .Values.tempo.service.ipFamilies }} ipFamilyPolicy: {{ .Values.tempo.service.ipFamilyPolicy }} ports: - - name: http-metrics + - appProtocol: grpc + name: http-metrics port: 3200 targetPort: 3200 - - name: grpc + - appProtocol: grpc + name: grpc port: 9095 protocol: TCP targetPort: 9095 From e100b6bb742fab4f1ca1cd82b0480a627d906f3d Mon Sep 17 00:00:00 2001 From: Sheikh-Abubaker Date: Fri, 7 Nov 2025 01:41:57 +0530 Subject: [PATCH 2/2] Bump version and fix DCO Signed-off-by: Erwin Signed-off-by: Sheikh-Abubaker --- charts/tempo-distributed/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tempo-distributed/README.md b/charts/tempo-distributed/README.md index b14deba82e..9d462cffcd 100644 --- a/charts/tempo-distributed/README.md +++ b/charts/tempo-distributed/README.md @@ -1,6 +1,6 @@ # tempo-distributed -![Version: 1.53.2](https://img.shields.io/badge/Version-1.53.2-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) +![Version: 1.53.3](https://img.shields.io/badge/Version-1.53.3-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) Grafana Tempo in MicroService mode