blocky_request_duration_ms_bucket shows artificially inflated data
Opened this issue · 2 comments
fin444 commented
Please forgive me if I am just misunderstanding how to properly use this metric. On 0.24, buckets appear to be summed upwards in time (not quite sure how to explain this in text), artificially inflating the number of long duration requests. This results in graphs like this:
sum by (le) (increase(blocky_request_duration_ms_bucket{response_type="RESOLVED"}[$__interval:15s]))
In fact, the following two queries both give the exact same number:
sum(blocky_request_duration_ms_bucket{le="+Inf"})
sum(blocky_query_total)
github-actions commented
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days.
fin444 commented
Issue is not stale