StatsD
Simple network daemon that listens for statistics (counters and timers) over UDP by Etsy.
Why consider StatsD?
StatsD is the pioneer network daemon created by Etsy engineering in JavaScript (Node.js). It receives application metrics (counters, timers, gauges, sets) over non-blocking UDP packets, aggregates values in memory intervals, and flushes metrics downstream to Graphite, InfluxDB, and Prometheus.
Learn StatsD by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of StatsD
StatsD collects fire-and-forget UDP application telemetry without adding latency to web request loops.
Quickstart
npm install -g statsdstatsd config.jsStatsD is licensed under the permissive MIT License.
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.