graphite-project/graphite-web

A highly scalable real-time graphing system

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 22 minutes ago
Added to GitGenius on September 11th, 2026
Created on May 7th, 2012
Open Issues & Pull Requests: 24 (+0)
GitHub issues: Enabled
Number of forks: 1,254
Total Stargazers: 6,116 (+0)
Total Subscribers: 261 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.3 hours
Mean response time: 97.1 days
90th percentile: 207.5 days
Tracked items: 35

How this project is maintained

Work labelled "pinned" is answered fastest, typically in about 10 hours, while "bug" waits about 7 days. Three people close 85% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 3
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,511 days
Stale 30+ days: 3
Stale 90+ days: 3

Recent activity

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

Top labels

  • bug (21)
  • stale (17)
  • pinned (14)
  • question (9)
  • enhancement (7)
  • security (6)
  • xss (6)
  • dashboard (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Graphite is a highly scalable real-time graphing system for storing and visualizing time-series metrics data.

The tool addresses the challenge of collecting, storing, and rendering large volumes of metrics from distributed systems. It works by accepting metrics data through a simple protocol, storing them in a fixed-size database that automatically manages retention, and providing a web interface for querying and graphing the data. The system is designed to handle high-volume metric ingestion while remaining lightweight enough to run on modest hardware.

Graphite suits organizations that need to monitor infrastructure, applications, or services at scale and want a straightforward, self-hosted alternative to commercial monitoring platforms. It works well for teams already invested in the Python and Django ecosystem. The tool is particularly valuable when you need flexible graphing capabilities and the ability to query historical metrics across long time windows. It integrates naturally with metric collection agents and alerting systems that can consume its data.

The project maintains a stable codebase with focused development activity. Pull requests receive review and integration when they address concrete problems or improvements. The maintainers prioritize backward compatibility and incremental refinement over rapid feature churn. Documentation is kept current alongside code changes. The project accepts contributions that align with its core mission of reliable, scalable metrics storage and visualization, though the pace of change reflects the maturity of the system rather than active expansion of scope.