---
title: "V2.4 | Grafana Enterprise Traces documentation"
description: "Version 2.4 release notes Grafana Enterprise Traces (GET) 2.4 uses Tempo 2.4 as its foundation, so it inherits all the features, enhancements, and bug fixes of the upstream project."
---

# Version 2.4 release notes

Grafana Enterprise Traces (GET) 2.4 uses Tempo 2.4 as its foundation, so it inherits all the features, enhancements, and bug fixes of the upstream project.

As a result, you should read the [Tempo 2.4 release notes](/docs/tempo/latest/release-notes/v2-4/) for a description of the most notable changes.

GET is fully compatible with Tempo. You can use a GET 2.4 binary in a Tempo 2.4 deployment with minimal changes.

## Features and enhancements

Version 2.4 adds the following features.

### Multi-tenant support for metrics-generator

The metrics-generator now supports multi-tenant configurations. For more information, refer to [Multi-tenancy configuration](/docs/enterprise-traces/latest/configure/multitenant-metrics-generator/).

### Tracing integration with profiling endpoints

With this release, GET has a tracing integration with profiling endpoints. You can use Grafana’s ability to correlate different signals by adding the functionality to link between traces and profiles. Trace to profiles lets you link your Grafana Pyroscope data source to tracing data. When configured, this connection lets you run queries from a trace span into the profile data. For more information, refer to [Traces to profiles](/docs/grafana/latest/datasources/tempo/configure-tempo-data-source/#trace-to-profiles).

### Updated Docker images

GET ships an additional image to support BoringCrypto. You can find the image produced here: [`grafana/enterprise-traces-boringcrypto`](https://hub.docker.com/r/grafana/enterprise-traces-boringcrypto).

Additionally, both the standard and BoringCrypto Docker images support both `amd64` and `arm64` architectures.

## Other updates

This section lists additional updates and bugfixes.

### 2.4.1

- Update golang.org/x/net package to 0.24.0 to fix [CVE-2023-45288](https://github.com/advisories/GHSA-4v7x-pqxf-cx7m).

### 2.4.0

- Update Alpine image version to 3.19
- Add CI build for ARM64 and BoringCrypto
