Menu
Enterprise

Version 2.3 release notes

Grafana Enterprise Traces (GET) 2.3 builds off Tempo 2.3, so it inherits all the features, enhancements, and bug fixes of the upstream project. As a result, you should read the Tempo 2.3 release notes for a description of the most notable changes.

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

Features and enhancements

GET supports OpenTelemetry Protocol (OTLP) and HTTP with a breaking change in the configurations.

Previously, both OLTP and gRPC routing configuration used the distributor_ingest block. This configuration has moved to a dedicated otlp/grpc section under the distributor block.

Previous configuration:

yaml
    distributor:
    url: ...
    distributor_ingest:
    url: ...

New configuration:

yaml
    distributor:
    url: ...
    otlp/grpc:
        url: ...
    otlp/http:
        url: ...

Bug fixes

2.3.2

Version 2.3.2 has the following fixes:

2.3.1

Version 2.3.1 has the following fixes:

  • Fixed HTTP ingestion through the gateway.