go-metrics icon indicating copy to clipboard operation
go-metrics copied to clipboard

[Question] Count by range of timer metrics?

Open ericreis opened this issue 3 years ago • 0 comments

Hi, is there any way that I can the ranges with their counts for a timer metric? Something like this:

0-10ms: 9123 requests
10-50ms: 234 requests
50-100ms: 67 requests
100-200ms: 89 requests
200-500ms: 4 requests
500-1000ms: 3 requests
1000ms+: 7 requests

I'm sorry if this is a duplicate question. I searched for anything like this, but couldn't find any issue about it.

ericreis avatar Mar 29 '21 19:03 ericreis