statsdcc
statsdcc copied to clipboard
Proxy Optimization
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?