Skip to content

extend response time histogram buckets to be able to see longer requests#3228

Merged
syphar merged 1 commit intorust-lang:mainfrom
syphar:request-response-time-buckets
Mar 7, 2026
Merged

extend response time histogram buckets to be able to see longer requests#3228
syphar merged 1 commit intorust-lang:mainfrom
syphar:request-response-time-buckets

Conversation

@syphar
Copy link
Member

@syphar syphar commented Mar 7, 2026

image

The metrics looked like this, but I knew there weren't any timeouts (60s) because we would report these to sentry.

Reason for this is that there is no histogram bucket for response times >10s right now.

I also realized that fastly is cutting the connection even earlier (15s is the default), which is fixed here: rust-lang/simpleinfra#1014

@syphar syphar requested a review from a team as a code owner March 7, 2026 17:31
@github-actions github-actions bot added the S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed label Mar 7, 2026
@syphar syphar self-assigned this Mar 7, 2026
@syphar syphar merged commit 7202760 into rust-lang:main Mar 7, 2026
14 checks passed
@syphar syphar deleted the request-response-time-buckets branch March 7, 2026 17:46
@github-actions github-actions bot added S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it and removed S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed labels Mar 7, 2026
@syphar syphar removed the S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it label Mar 8, 2026
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

Successfully merging this pull request may close these issues.

2 participants