Skip to content

Commit

Permalink
Merge pull request #2921 from javiplx/bugfix/tempo-attribute-columns
Browse files Browse the repository at this point in the history
[tempo-distributed] Fix rendering for parquet dedicated columns value
  • Loading branch information
zanhsieh authored Jan 25, 2024
2 parents 91110c0 + 4caafa3 commit fbc608f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/tempo-distributed/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: tempo-distributed
description: Grafana Tempo in MicroService mode
type: application
version: 1.8.1
version: 1.8.2
appVersion: 2.3.1
engine: gotpl
home: https://grafana.com/docs/tempo/latest/
Expand Down
2 changes: 1 addition & 1 deletion charts/tempo-distributed/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tempo-distributed

![Version: 1.8.1](https://img.shields.io/badge/Version-1.8.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.1](https://img.shields.io/badge/AppVersion-2.3.1-informational?style=flat-square)
![Version: 1.8.2](https://img.shields.io/badge/Version-1.8.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.1](https://img.shields.io/badge/AppVersion-2.3.1-informational?style=flat-square)

Grafana Tempo in MicroService mode

Expand Down
11 changes: 11 additions & 0 deletions charts/tempo-distributed/ci/parquet-dedicated-columns.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
storage:
trace:
block:
version: vParquet3
dedicated_columns:
- name: cluster
type: string
scope: resource
- name: service.name
type: string
scope: resource
2 changes: 1 addition & 1 deletion charts/tempo-distributed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ config: |
version: {{.Values.storage.trace.block.version}}
{{- if .Values.storage.trace.block.dedicated_columns}}
parquet_dedicated_columns:
{{ .Values.storage.trace.block.dedicated_columns}}
{{ .Values.storage.trace.block.dedicated_columns | toYaml | nindent 8}}
{{- end }}
{{- end }}
pool:
Expand Down

0 comments on commit fbc608f

Please sign in to comment.