tempo
by
grafana

Description: Grafana Tempo is a high volume, minimal dependency distributed tracing backend.

View on GitHub ↗

Summary Information

Updated 52 minutes ago
Added to GitGenius on July 25th, 2022
Created on January 24th, 2020
Open Issues & Pull Requests: 171 (+0)
Number of forks: 724
Total Stargazers: 5,361 (+0)
Total Subscribers: 172 (+0)

Issue Activity (beta)

Open issues: 94
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 467 days
Stale 30+ days: 72
Stale 90+ days: 43

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • stale (289)
  • keepalive (191)
  • type/docs (117)
  • type/bug (88)
  • enhancement (75)
  • traceql (65)
  • good first issue (61)
  • Priority Low (37)

Most active issues this week

Repository Insights (GitGenius)

Median issue/PR response: 9.9 hours
Mean response time: 124.9 days
90th percentile: 556.2 days
Tracked items: 664

Most active contributors

Detailed Description

Grafana Tempo is an open source distributed tracing backend written in Go that prioritizes high volume ingestion with minimal operational dependencies. The project is designed to be cost-efficient by requiring only object storage to operate, making it accessible for organizations of any scale. Tempo integrates deeply with Grafana, Prometheus, and Loki, positioning itself as a core component within the Grafana observability ecosystem.

The repository accepts trace data in multiple formats including Jaeger, Zipkin, Kafka, and OpenTelemetry, providing broad compatibility across instrumentation standards. Incoming trace batches are buffered and written to cloud storage backends such as Azure, GCS, and S3, or to local disk for simpler deployments. This architecture enables Tempo to handle high-volume tracing workloads without requiring expensive specialized infrastructure.

Tempo implements TraceQL, a traces-first query language inspired by LogQL and PromQL, enabling both targeted queries and rich UI-driven trace analysis. An experimental TraceQL metrics feature allows users to create metrics from traces by applying functions to query results, supporting ad hoc aggregation across any dimension present in trace data. The Traces Drilldown UI, introduced as part of the Grafana Explore suite, provides a queryless interface for analyzing tracing data with point-and-click interactions, RED metrics overviews, and automated trace comparison capabilities.

The project maintains active development with 664 tracked issues and pull requests showing a median response latency of 9.9 hours. The most frequently applied issue labels are stale (205 occurrences), keepalive (177 occurrences), and type/docs (97 occurrences), indicating ongoing maintenance and documentation efforts. Joe Elliott leads contributor activity with 785 tracked events, followed by knylander-grafana with 363 events and javiermolinar with 146 events. The repository shares overlapping contributors with grafana/grafana, open-telemetry/opentelemetry-collector-contrib, and jaegertracing/jaeger, reflecting its position within the broader observability and tracing ecosystems.

The codebase includes utility components such as tempo-vulture, a consistency checking tool that writes and queries traces to verify system integrity, and tempo-cli, which provides operational utilities for Tempo administration. The project is distributed under AGPL-3.0-only with Apache-2.0 exceptions documented in LICENSING.md. Deployment examples are provided for Docker Compose, Helm, and Jsonnet, supporting various operational environments. The community maintains active support channels including a Grafana forum, Slack channel, and GitHub issue tracking for bugs and feature requests.

tempo
by
grafanagrafana/tempo

Repository Details

Fetching additional details & charts...