diff --git a/charts/tempo-distributed/Chart.yaml b/charts/tempo-distributed/Chart.yaml index 95b56b5943..e1e1b5478b 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.8.1 +version: 1.8.2 appVersion: 2.3.1 engine: gotpl home: https://grafana.com/docs/tempo/latest/ diff --git a/charts/tempo-distributed/README.md b/charts/tempo-distributed/README.md index c24cee9453..57ef9ab8f9 100644 --- a/charts/tempo-distributed/README.md +++ b/charts/tempo-distributed/README.md @@ -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 diff --git a/charts/tempo-distributed/ci/parquet-dedicated-columns.yaml b/charts/tempo-distributed/ci/parquet-dedicated-columns.yaml new file mode 100644 index 0000000000..5878f37f0c --- /dev/null +++ b/charts/tempo-distributed/ci/parquet-dedicated-columns.yaml @@ -0,0 +1,11 @@ +storage: + trace: + block: + version: vParquet3 + dedicated_columns: + - name: cluster + type: string + scope: resource + - name: service.name + type: string + scope: resource diff --git a/charts/tempo-distributed/values.yaml b/charts/tempo-distributed/values.yaml index f7ac63fb29..a2f16b1975 100644 --- a/charts/tempo-distributed/values.yaml +++ b/charts/tempo-distributed/values.yaml @@ -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: