File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : tempo-distributed
3
3
description : Grafana Tempo in MicroService mode
4
4
type : application
5
- version : 1.46.0
5
+ version : 1.46.1
6
6
appVersion : 2.8.1
7
7
engine : gotpl
8
8
home : https://grafana.com/docs/tempo/latest/
Original file line number Diff line number Diff line change @@ -1447,6 +1447,9 @@ config: |
1447
1447
{{- if .Values.distributor.config.extend_writes }}
1448
1448
extend_writes: {{ .Values.distributor.config.extend_writes }}
1449
1449
{{- end }}
1450
+ {{- if .Values.distributor.config.max_attribute_bytes }}
1451
+ max_attribute_bytes: {{ .Values.distributor.config.max_attribute_bytes }}
1452
+ {{- end }}
1450
1453
querier:
1451
1454
frontend_worker:
1452
1455
frontend_address: {{ include "tempo.resourceName" (dict "ctx" . "component" "query-frontend-discovery") }}:9095
You can’t perform that action at this time.
0 commit comments