Menu
DocumentationGrafana Enterprise Traces
Enterprise
Grafana Enterprise Traces
Grafana Enterprise Traces (GET) is a commercial offering based on the open-source project Tempo. The commercial offering allows you to deploy a highly scalable, simple, and reliable distributed tracing store in your own data center.
Overview
GET provides all of Tempo’s capabilities, plus features like:
- Tenant management: Easily scale from one to hundreds of tenants within a single GET cluster. Each tenant resides in an isolated, logical portion of the cluster, isolated from other tenants. Operators have full control over the tenants in their cluster, either by using the built-in API, or by using the official GET plugin.
- Token-based authentication: Create and manage tokens with configurable access parameters and scopes to interact with tenants in your cluster.
- Cross-cluster and cross-tenant query federation: Aggregate data from multiple GET clusters and/or tenants in a single query using the federation-frontend.
- OSS Tempo compatibility: Seamlessly drop a GET binary into an existing Tempo deployment.
To purchase or obtain a trial license, contact the Grafana Labs Sales Team.
Explore
Set up GET
Plan your deployment to meet your needs, deploy GET, test your installation, and configure services.
Configure GET
Learn about GET architecture, best practices, Parquet backend, dedicated attribute columns, metrics from traces, and more.
Manage tenants
Easily scale from one to hundreds of tenants within a single GET cluster. Each tenant resides in an isolated, logical portion of the cluster, isolated from other tenants. Operators have full control over the tenants in their cluster, either by using the built-in Admin API or by using the official GET plugin.
Cross-tenant and cross-cluster query federation
GET can perform cross-tenant and cross-cluster query federation using the optional federation-frontend service. This service aggregates the data from multiple GET clusters and from multiple tenants in a single trace lookup or search query.
Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:
Video
Scaling your distributed tracing with Grafana Tempo
In this demo, we’ll show how Grafana Tempo allows you to scale tracing as far as possible with less operational cost and complexity than ever before.
7 min read
Accelerate TraceQL queries at scale with dedicated attribute columns in Grafana Tempo
Dedicated attribute columns can have significant impact on query performance and memory usage in Grafana Tempo. Learn more about this new feature and see how to start using it today.
8 min read
Traces to metrics: Ad hoc RED metrics in Grafana Tempo with 'Aggregate by'
Looking to get more value out of tracing? We’ve added the ability to compute RED metrics from recent trace data grouped by any attribute of your choice.