statsd/statsd
Daemon for easy but powerful stats aggregation observed · 2026-08-28
Health v2 · maintenance only
42/100
- Activity 22
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5726
- days_rel: n/a
- days_push: 470
- n_releases_24m: 0
Adoption not part of the score
18076 stars · 1939 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
StatsD is a Node.js network daemon that listens for application metrics like counters and timers over UDP or TCP and aggregates them into buckets. It flushes aggregated stats at configurable intervals to pluggable backends such as Graphite.
Use cases
- aggregate application metrics in realtime
- send counters and timers from apps to Graphite
- collect stats over UDP from distributed services
- instrument application performance with a lightweight metrics protocol
- set up a metrics pipeline for monitoring dashboards
When to choose
- you need a simple, battle-tested metrics aggregation daemon
- your stack already uses Graphite or a StatsD-compatible backend
- you want low-overhead UDP metric collection from many services
When to avoid
- you need a full metrics storage and visualization solution rather than an aggregator
- you require guaranteed metric delivery over unreliable networks
- you prefer modern pull-based metrics like Prometheus
Facets
service · maturity stable
monitoring analytics http-server monitoring analytics self-hosted statsd metrics-aggregation graphite udp time-series observability devops nodejs docker linux
2 sources
- readme: https://github.com/statsd/statsd · fetched 2026-08-28 · 5c0132f429e2
- registry_npm: https://registry.npmjs.org/statsd · fetched 2026-08-29 · 5da43a8fa470
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| statsd/statsd | main | 42 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem