> cat /dev/github | grep security-tools
discovered 03 Aug 2026

statsd

via awesome-list
→ View on GitHub
StatsD is a network daemon designed for the Node.js platform that listens for and aggregates statistics such as counters and timers sent over UDP or TCP. Its primary use case is to collect and process metrics from various sources, forwarding the compiled data to configurable backend services like Graphite. Notable features include support for dynamic metrics aggregation in "buckets," a configurable flush interval, and compatibility with Docker for simplified deployment.