Leonid Gershanovich
Leonid Gershanovich
+1 we are running brubeck on Ubuntu 14.04. used config: ` "samplers" : [ { "type" : "statsd", "address" : "0.0.0.0", "port" : 8126, "workers" : 4, "multisock" : true,...
please consider following code change as a fix to `src/samplers/statsd.c`: ``` @@ -51,9 +51,9 @@ static void statsd_run_recvmmsg(struct brubeck_statsd *statsd, int sock) } /* store stats */ - brubeck_atomic_add(&statsd->sampler.inflow, SIM_PACKETS);...
is there plans to apply above fix?