-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Add more filtering options for list_queues
#851
Labels
Milestone
Comments
binarin
pushed a commit
to binarin/rabbitmq-server
that referenced
this issue
Aug 9, 2016
Partially implements rabbitmq#851 - Made old `--online`/`--offline` options mutually exclusive between themselves and the new `--local` option - Added documentation both for the old and the new option - Fixed some ugly indentation in generated usage (only `set_policy` wrapped line remains unfixed) - Added integration test suite for `rabbitmqctl list_queues`
binarin
pushed a commit
to binarin/rabbitmq-server
that referenced
this issue
Aug 9, 2016
Partially implements rabbitmq#851 - Made old `--online`/`--offline` options mutually exclusive between themselves and the new `--local` option - Added documentation both for the old and the new option - Fixed some ugly indentation in generated usage (only `set_policy` wrapped line remains unfixed) - Added integration test suite for `rabbitmqctl list_queues`
binarin
pushed a commit
to binarin/rabbitmq-server
that referenced
this issue
Aug 9, 2016
Partially implements rabbitmq#851 - Made old `--online`/`--offline` options mutually exclusive between themselves and the new `--local` option - Added documentation both for the old and the new option - Fixed some ugly indentation in generated usage (only `set_policy` wrapped line remains unfixed) - Added integration test suite for `rabbitmqctl list_queues`
binarin
pushed a commit
to binarin/rabbitmq-server
that referenced
this issue
Aug 12, 2016
Partially implements rabbitmq#851 - Made old `--online`/`--offline` options mutually exclusive between themselves and the new `--local` option - Added documentation both for the old and the new option - Fixed some ugly indentation in generated usage (only `set_policy` wrapped line remains unfixed) - Added integration test suite for `rabbitmqctl list_queues`
I don't know. Regexp filtering is not implemented yet and it can be useful for some use-cases. But we are no longer interested in this feature. |
OK, let's edit issue description and close it then. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We believe it'd be useful to have the ability to list only queues whose master is on the current node, specifically for monitoring, where every host has some collection agent running. It doesn't make sense to collect duplicate statistics from global
list_queues
result.The text was updated successfully, but these errors were encountered: