statsdaemon
Fork of Bitly's statsdaemon which allows for custom backends
Supports
- Timing (with optional percentiles)
- Counters (positive and negative with optional sampling)
- Gauges (including relative operations)
- Sets
- Custom backends
Installing
go get github.com/eliothedeman/statsdaemon
You can make a debian package by calling the mkdeb.sh script. This requires the use of fpm
Config File Format
{
"flush_interval": "1s",
"backends": {
"console": {
}
}
}