StatsD listens for metrics like counters and timers, aggregates them, and forwards them to backends.
- UDP/TCP metrics ingestion
- Aggregation of counters and timers
- Pluggable backends (Graphite, InfluxDB)
- Application metrics aggregation
- Lightweight metrics pipeline
- Open-source and self-hosted
- Documentation: https://github.com/statsd/statsd
- Source Code: https://github.com/statsd/statsd
StatsD Setup