Graphite
Highly scalable real-time graphing and metric storage system.
Why consider Graphite?
Graphite is an open-source real-time metrics storage and graphing system. It ingests time-series metrics via Carbon daemon, stores them in Whisper database, and renders custom graph images and APIs.
Learn Graphite by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Graphite
Graphite provides simple metric ingestion via plaintext TCP sockets and a composable function library for computing moving averages, percentiles, and trend forecasts.
Running with Docker
docker run -d \ --name graphite \ -p 80:80 -p 2003:2003 \ graphiteapp/graphite-statsd:latestGraphite is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.