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

ref(rust): Backpressure metrics for threadpools #367

Merged
merged 2 commits into from
May 17, 2024

Conversation

untitaker
Copy link
Member

It's hard to tell which strategy is the bottleneck, but we have a lot of
different threadpools in the snuba rust consumers who all could be it.

Emit backpressure metrics for both getting and receiving backpressure,
it will help figuring out which strategy causes the most backpressure.

It's hard to tell which strategy is the bottleneck, but we have a lot of
different threadpools in the snuba rust consumers who all could be it.

Emit backpressure metrics for both getting and receiving backpressure,
it will help figuring out which strategy causes the most backpressure.
@untitaker untitaker requested review from a team as code owners May 17, 2024 13:41
@untitaker untitaker merged commit 8c67d09 into main May 17, 2024
11 checks passed
@untitaker untitaker deleted the ref/threads-backpressure branch May 17, 2024 13:47
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.

None yet

2 participants