statsdcc icon indicating copy to clipboard operation
statsdcc copied to clipboard

Proxy Optimization

Open graineri opened this issue 7 years ago • 0 comments

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 impact that sending a multi-metrics packet to the aggregator can have. This would imply accumulating metrics until certain size is exceed (or certain amount of time has past) and then sending the packet.

Have you thought of this? Are you planning to implement it?

graineri avatar Sep 27 '17 21:09 graineri