Skip to content

Query on 'request durations' #157

Answered by 0xERR0R
mr-onion-2 asked this question in Q&A
Discussion options

You must be logged in to vote

blocky_request_duration_ms_bucket is a historgram with request duration distribution. Blocky measures the request time from start (request was received) to the end (request was resolved and is about to be sent to the client). Prometheus collects request durations into predefined buckets (5-10 ms, 10 - 20 ms ... 2s - inf).

Predefined Grafana dashboard shows only requsts with "RESOLVED" type - without cached and internally resolved (aka custom dns, conditional etc). So basically you have only request duration of external resolved requests.

Grafana accumulates the values: for example you have a requst with > 2 s duration at 13:00 and one at 14:00, Grafana will show 0 in this bucket til 13:00…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mr-onion-2
Comment options

Answer selected by mr-onion-2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants