blocky
blocky copied to clipboard
blocky_request_duration_ms_bucket shows artificially inflated data
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)