statsite/statsite
C implementation of statsd observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
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: 5237
- days_rel: n/a
- days_push: 1909
- n_releases_24m: 0
Adoption not part of the score
1818 stars · 239 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Statsite is a high-performance metrics aggregation server written in C, wire-compatible with Etsy's StatsD. It collects counters, gauges, timers, and sets over TCP/UDP, aggregates them efficiently (including HyperLogLog set cardinality estimation), and streams results to sinks like Graphite, InfluxDB, and CloudWatch.
Use cases
- aggregate statsd metrics at high throughput
- replace statsd with a faster C implementation
- ship timer percentiles and histograms to graphite
- estimate unique set cardinalities with hyperloglog
- collect application metrics over UDP
- forward metrics to influxdb or cloudwatch
When to choose
- you need statsd wire compatibility with much higher performance and lower memory usage
- you want pluggable sinks via a stream handler architecture
- you need efficient percentile/histogram computation on large metric volumes
When to avoid
- you need a modern, actively developed metrics pipeline (consider native agents or OpenTelemetry)
- you require exact percentile accuracy rather than epsilon-bounded estimates
- you want a pure-Python or easily hackable statsd implementation
Facets
service · maturity maintenance
monitoring analytics http-server monitoring analytics performance cross-platform cli statsd metrics-aggregation hyperloglog graphite c wire-compatible timers counters gauges devops linux macos
2 sources
- readme: https://github.com/statsite/statsite · fetched 2026-08-28 · 17ea27821c41
- homepage: http://statsite.github.io/statsite/ · fetched 2026-08-29 · fb1992de66fe
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| statsite/statsite | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="statsite/statsite")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem