Skip to content

Commit 32c82c0

Browse files
Merge pull request #3781 from SujayAmbekar/patch-1
[tempo-distributed] Added support for custom headers for tempo compactor scaling to authenticate to mimir multi-tenant cluster for metrics
2 parents df13211 + 668176d commit 32c82c0

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-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.42.3
5+
version: 1.43.0
66
appVersion: 2.8.1
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.42.3](https://img.shields.io/badge/Version-1.42.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.1](https://img.shields.io/badge/AppVersion-2.8.1-informational?style=flat-square)
3+
![Version: 1.43.0](https://img.shields.io/badge/Version-1.43.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.1](https://img.shields.io/badge/AppVersion-2.8.1-informational?style=flat-square)
44

55
Grafana Tempo in MicroService mode
66

charts/tempo-distributed/templates/compactor/keda-scaledObject.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@ spec:
2121
threshold: {{ .metadata.threshold | quote }}
2222
query: |
2323
{{- .metadata.query | nindent 8 }}
24+
{{- if .metadata.customHeaders }}
25+
customHeaders: {{ .metadata.customHeaders }}
26+
{{- end }}
2427
{{- end }}
2528
{{- end }}

charts/tempo-distributed/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,7 @@ compactor:
648648
# ignoring(tenant) group_left count by (cluster, namespace)(
649649
# tempo_build_info{container="compactor", namespace=~".*"}
650650
# )
651+
# customHeaders: X-Scope-OrgID=<tenant-id>
651652

652653
# -- hostAliases to add
653654
hostAliases: []

0 commit comments

Comments
 (0)