Enterprise

Grafana Enterprise Traces configuration

Grafana Enterprise Traces utilizes a configuration that’s a superset of the Tempo configuration file.

The configuration reference describes configuration options specific to GET.

Warning

Grafana Enterprise Metrics (GEM), Grafana Enterprise Logs (GEL), and Grafana Enterprise Traces (GET) have entered Long-Term Support (LTS):

  • GEM LTS version is 2.17.
  • GEL LTS version is 3.6.
  • GET LTS version is 2.8.

Existing customers will continue to receive support, bug fixes, and security fixes, but no new features, through Feb. 1, 2029, when GEM, GEL, and GET will reach End-of-Life (EOL).

If you have questions, contact your account manager.

GET services

You can also configure these GET services:

  • Cluster query federation. This optional federation-frontend service can aggregate data from multiple GET clusters and tenants in a single query. This service works with searches and TraceQL.

  • The GET gateway is a service target that proxies requests to other GET microservices. You can also use it for client-side load balancing of requests proxied to the distributors.

  • OAuth integration. GET supports the OpenID Connect (OIDC) core standard to validate tokens. GET can integrate with an existing OAuth token provider at your organization.

  • Admin API. The Admin API service manages tenants, access policies, and tokens. Refer to the Admin API and Admin client configuration reference sections for details.

  • Tokengen. The tokengen service generates admin API tokens and stores them in the admin object storage.

Multi-tenancy

GET enables multi-tenancy by default. All requests require a valid tenant identifier. For more information about how multi-tenancy works, refer to the Tempo multi-tenancy documentation.

GET also supports per-tenant configuration in the metrics-generator through environment variables and per-tenant overrides. Refer to the Multi-tenant support for Metrics-Generator documentation for more information.