Menu
Enterprise

Version 2.3 release notes

Grafana Labs is excited to announce the release of Grafana Enterprise Metrics (GEM) 2.3, which is built on top of Grafana Mimir 2.3.

GEM 2.3 inherits all of the features, enhancements, and bugfixes that are in the Grafana Mimir 2.3 release. Given this, it’s best to start with the Grafana Mimir 2.3 release notes.

Features and enhancements

  • The Gateway component now exposes TSDB block upload routes to facilitate the experimental backfilling feature introduced in Grafana Mimir 2.3. To learn more about the backfill feature, please see mimirtool backfill and Configure TSDB block upload.
  • The new common YAML config option key (or -common.storage.* CLI flags) for setting object storage for multiple components now also apply to the Admin Client.

Helm changes

  • It is now possible to enable the Graphite Proxy.
  • The gateway service now opens up port 80 as well as 8080. Port 8080 is deprecated and will be removed by default in version 6.0 of the Helm chart.

Upgrade considerations

  • The Gateway component’s default dial timeout has been changed to 5s from 30s. This is configurable with the new CLI flags of the form -gateway.proxy.*.dial-timeout (and their respective dial_timeout YAML options).

This release also inherits the breaking changes made in the Grafana Mimir 2.3 release. See the Upgrade considerations section of the Grafana Mimir 2.3 release notes for details.

After you upgrade to GEM 2.3, 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.3.1

  • Fixed CVE-2022-44643

v2.3.2

  • Fix issue where authentication caches were not sized correctly resulting in poor performance