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
Adjusted count/reprsentative count can be fractional but they need to be recorded as counts (for example for histograms). There are a couple of suggested ways we could handle this:
[Current APM way] Scale the counts and values in histogram for some precision (for 3 decimal precision multiplied by 10^3) and then scale them back.
Probabilistic rounding, if the adjusted count is 2.3, you return 2 with a 60% chance and 3 with a 30% chance. Proposed here.
The text was updated successfully, but these errors were encountered:
Adjusted count/reprsentative count can be fractional but they need to be recorded as counts (for example for histograms). There are a couple of suggested ways we could handle this:
The text was updated successfully, but these errors were encountered: