Grafana Mimir Helm chart version 5.4 release notes
Grafana Labs is excited to announce version 5.4 of the Grafana Mimir Helm chart, which is compatible with Grafana Mimir v2.13 or Grafana Enterprise Metrics (GEM) v2.13. The mimir-distributed
Helm chart is the best way to install Mimir on Kubernetes.
The highlights that follow include the top features, enhancements, and bug fixes in this release. For a comprehensive list of changes, see the Helm chart changelog.
Important changes
A number of timeout settings are improved:
- Fine-tuned termination grace periods for all components. This helps to ensure that components can shut down gracefully, without interrupting queries or write requests.
- Continuous test and smoke test containers now use the Mimir image, as the continuous test code is now part of Mimir.
As a result, the
image
section in the values file now replacessmoke_test.image
andcontinuous_test.image
, and the latter two are removed.
Features and enhancements
Notable enhancements are as follows:
- Experimental support for a dedicated ruler query path. With a dedicated set of queriers, query-frontends, and query-schedulers, outages and slow-downs on the main query path don’t affect rule evaluations.