Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blocky_request_duration_ms_bucket shows artificially inflated data #1535

Open
fin444 opened this issue Jul 3, 2024 · 2 comments
Open

blocky_request_duration_ms_bucket shows artificially inflated data #1535

fin444 opened this issue Jul 3, 2024 · 2 comments

Comments

@fin444
Copy link

fin444 commented Jul 3, 2024

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)
Copy link
Contributor

github-actions bot commented Oct 2, 2024

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.

@github-actions github-actions bot added the Stale label Oct 2, 2024
@fin444
Copy link
Author

fin444 commented Oct 2, 2024

Issue is not stale

@github-actions github-actions bot removed the Stale label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant