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
Currently, the 'count' returned for a historical query represents all samples in the time window, what would be nice is to know how many of those samples fall into the requested percentile ranges.
For example:
/history/aggregate?percentiles=50,99&age=600000
count: 1600
Currently, the 'count' returned for a historical query represents all samples in the time window, what would be nice is to know how many of those samples fall into the requested percentile ranges.
For example:
/history/aggregate?percentiles=50,99&age=600000
count: 1600
percentiles: 50th: count 800
percentiles: 99th: count 1550
The text was updated successfully, but these errors were encountered: