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

Increase number of buckets for ingester_client_request_duration_seconds #5937

Merged

Conversation

danielblando
Copy link
Contributor

What this PR does:
Create one more bucket for ingester client request time histogram.
Today we have 6 bucket which are
[1, 4, 16, 64, 256, 1024] ms
Cortex default timeout is 2s

f.DurationVar(&cfg.RemoteTimeout, "distributor.remote-timeout", 2*time.Second, "Timeout for downstream ingesters.")

It would be benefital to add a new bucket which would be 4096s

Which issue(s) this PR fixes:
Fixes #

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

@danielblando danielblando force-pushed the ingester-client-bucket branch from e9d42c9 to 8b943b5 Compare May 8, 2024 21:07
@friedrichg friedrichg merged commit db10d87 into cortexproject:master May 9, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants