File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : tempo-distributed
33description : Grafana Tempo in MicroService mode
44type : application
5- version : 1.61.1
5+ version : 1.61.2
66appVersion : 2.9.0
77engine : gotpl
88home : https://grafana.com/docs/tempo/latest/
Original file line number Diff line number Diff line change 11# tempo-distributed
22
3- ![ Version: 1.61.1 ] ( https://img.shields.io/badge/Version-1.61.1 -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 )
3+ ![ Version: 1.61.2 ] ( https://img.shields.io/badge/Version-1.61.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 )
44
55Grafana Tempo in MicroService mode
66
Original file line number Diff line number Diff line change @@ -1567,8 +1567,10 @@ config: |
15671567 query_timeout: {{ .Values.querier.config.search.query_timeout }}
15681568 max_concurrent_queries: {{ .Values.querier.config.max_concurrent_queries }}
15691569 query_frontend:
1570+ {{- if not .Values.enterprise.enabled }}
15701571 mcp_server:
15711572 enabled: {{ .Values.queryFrontend.mcp_server.enabled }}
1573+ {{- end }}
15721574 max_outstanding_per_tenant: {{ .Values.queryFrontend.config.max_outstanding_per_tenant }}
15731575 max_retries: {{ .Values.queryFrontend.config.max_retries }}
15741576 search:
You can’t perform that action at this time.
0 commit comments