0xERR0R/blocky

blocky_request_duration_ms_bucket shows artificially inflated data

Opened this issue · 2 comments

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]))

image

In fact, the following two queries both give the exact same number:

sum(blocky_request_duration_ms_bucket{le="+Inf"})
sum(blocky_query_total)

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.

Issue is not stale