statsdcc icon indicating copy to clipboard operation
statsdcc copied to clipboard

Statsdcc is a Statsd-compatible high performance multi-threaded network daemon written in C++. It aggregates stats and sends aggregates to backends.

Results 3 statsdcc issues
Sort by recently updated
recently updated
newest added

my config: ```` { "servers": { "udp": { "port": 8125 }, "tcp": { "port": 8125 } }, "frequency": 10, "log_level": "debug", "backends": { "stdout": true } } ```` environment: in...

Is there a docker image available for setting up statsdcc?

It seems that once the proxy receives a multi-metrics packet it parses all the metrics, hashes and send each of them individually to the corresponding aggregator. I'm wondering about the...