We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version Tokio 1.40
Description The docs refer to a "global queue" but the metrics refer to an "injection queue."
These are actually the same thing and both names should be consistent.
In my opinion, "global" is a somewhat clearer name in this case (at least, it is less jargony) but I don't have a strong preference.
The text was updated successfully, but these errors were encountered:
The name global queue is already used in global_queue_interval which is stable, so that's probably the one that wins.
global_queue_interval
Sorry, something went wrong.
injection_queue_depth
global_queue_depth
Fixed by #6918
No branches or pull requests
Version
Tokio 1.40
Description
The docs refer to a "global queue" but the metrics refer to an "injection queue."
These are actually the same thing and both names should be consistent.
In my opinion, "global" is a somewhat clearer name in this case (at least, it is less jargony) but I don't have a strong preference.
The text was updated successfully, but these errors were encountered: