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
This client sends a sample rate over the wire, but doesn't sample the packets sent. One bad result of this is that e.g. calling count('foo', 1, 0.5) causes foo to be double-counted.
This client sends a sample rate over the wire, but doesn't sample the packets sent. One bad result of this is that e.g. calling
count('foo', 1, 0.5)
causesfoo
to be double-counted.See PR 33, which fixes this issue.
The text was updated successfully, but these errors were encountered: