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

Split block_queue_length Prometheus metric into three #3562

Open
AnnaShaleva opened this issue Aug 22, 2024 · 0 comments
Open

Split block_queue_length Prometheus metric into three #3562

AnnaShaleva opened this issue Aug 22, 2024 · 0 comments
Labels
enhancement Improving existing functionality I3 Minimal impact S4 Routine U4 Nothing urgent
Milestone

Comments

@AnnaShaleva
Copy link
Member

Is your feature request related to a problem? Please describe.

We have three different block queues (the third is introduced in #3515). These queues share a single block_queue_length metric, and even though these queues doesn't work concurrently, I think that each of them deserves a separate metric.

Describe the solution you'd like

Split block_queue_length into three different metrics and use them for network server's block queues separately.

Describe alternatives you've considered

Leave it as is.

@AnnaShaleva AnnaShaleva added I3 Minimal impact U4 Nothing urgent enhancement Improving existing functionality S4 Routine labels Aug 22, 2024
@AnnaShaleva AnnaShaleva added this to the v0.106.4 milestone Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improving existing functionality I3 Minimal impact S4 Routine U4 Nothing urgent
Projects
None yet
Development

No branches or pull requests

1 participant