This document provides an introduction and overview of StatsD, including:
- A brief history of StatsD and how it was originally created by Flickr and implemented by Etsy.
- An overview of the StatsD architecture which involves sending metrics from applications over UDP to the StatsD server, which then sends the data to Carbon over TCP.
- An explanation of the different metric types StatsD supports - counters, gauges, sets, and timings - and examples of common use cases.
- Instructions for installing and running a StatsD server as well as examples of using StatsD clients in Node.js and Java applications.