avito-tech / bioyino

High performance and high-precision multithreaded StatsD server
The Unlicense
229 stars 20 forks source link

If you send frequently, COUNT shows the number of sends instead of the amount #87

Open syatihoko opened 4 months ago

syatihoko commented 4 months ago

Now for testing I send 100 packets every 5 seconds. Each packet sends the value 10000 => we get about 600 That is, the service does not count the value, but the number of sends

But if I send, for example, once every 30 seconds, then I receive correctly - approximately 1000,000

The influence of the parameter is suspected update-count-threshold,  I would like to understand the meaning of this parameter .. more details. Does it somehow affect the work or is it just warnings in the log if sending is too frequent?