You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conducted over 500 tests. I will not introduce it here, since it takes a long time to register and there is a lot of garbage. There I also caught UDP losses =) between data centers, so I rule it out.
As I understand it, problems begin with a large number of zeros in the aggregation. But sometimes some kind of magic intervenes =)
1: 10 times + 0: 200 (or 201 or 51...) times => 10 ( 6 times tests)
1: 1 times + 0: 200 times => 1 ( 5 times tests) and 1 time = 201
1: 1 times + 0: 98 to 100 times => 1 ( 6 times tests)
1: 104+ times + 0: 102+ times => 206 ( 6 times tests)
Hello.
When creating a certain metric through "Counting", it showed strange values.
Sometimes sending 0 counts as 1.
Tests:
0: 50 times + 1: 50 times => 50
0: 50 times + 1: 100 times=> 100
0: 100 times + 1: 100 times=> 200
0: 400 times + 1: 20 times => 420
0: 400 times + 1: 1 time => 401
That is, when there are more zeros than ones, then the zeros become one
I continue to test and explore, I will add more information later.
The text was updated successfully, but these errors were encountered: