Version 2.9 release notes
Grafana Labs is excited to announce the release of Grafana Enterprise Metrics (GEM) 2.9, which is built on top of Grafana Mimir 2.9.
GEM 2.9 inherits all of the features, enhancements, and bugfixes that are in the Grafana Mimir 2.9 release. Given this, it’s best to start with the Grafana Mimir 2.9 release notes.
Features and enhancements
- The admin API now has experimental support for audit logging of requests. More information is available in the documentation.
- We’ve added
arm64
Docker images for GEM to enable organizations to run GEM on ARM-based machines. These images are available on the Enterprise Metrics Docker Registry, as described on the Grafana Enterprise Metrics Downloads page. In our own initial internal tests, highlighted in our GrafanaCon 2023 presentation at 15:55, we saw a cost reduction of 20% when comparing GEM on ARM to GEM on x86 with no noticeable performance difference.
Upgrade considerations
There are no breaking changes in this release of GEM.
This release also inherits the upgrade considerations from the Grafana Mimir 2.9 release.
After you upgrade to GEM 2.9, upgrade your GEM plugin to the latest version. For more information about the most recent enhancements and bugfixes in the GEM plugin, see the Grafana Enterprise Metrics: Changelog.
Bug fixes
v2.9.0
- Graphite querier:
count
function in summarize now correctly only counts non-NaN values. - Graphite querier:
smartSummarize
is now correctly processed by CarbonAPI and not proxied to stock Graphite Web. - Graphite querier:
hitcount
is now correctly processed by CarbonAPI and not proxied to stock Graphite Web. - Graphite querier: certain bad requests no longer return 500 errors.
- If receiving the request body times out, the gRPC proxy will fail the write request immediately and not update the
cortex_request_downstream_duration_seconds
metric. - Ruler: fix performance of max rule group enforcement when per-tenant max rule group limits are disabled.
v2.9.1
- GEM: update dependencies to fix CVE-2023-44487.
v2.9.2
- GEM: update dependencies to fix concurrency issue introduced in v2.9.1.
v2.9.3
- GEM: update dependencies to fix CVE-2023-45142.
- Admin client: Fix memory leak.
v2.9.4
- Update Alpine to 3.18.5 to address CVE-2023-5363.
- Update Golang to 1.20.12 to address CVE-2023-39326.