Menu

Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.

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.