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

[rfc] support message_stats -> * -> samples #88

Closed
jippi opened this issue Dec 21, 2016 · 2 comments
Closed

[rfc] support message_stats -> * -> samples #88

jippi opened this issue Dec 21, 2016 · 2 comments

Comments

@jippi
Copy link
Contributor

jippi commented Dec 21, 2016

Hi,

First, thank you for a very usable piece of open source software! :)

If you request the RabbitMQ management API with additional GET arguments, you can also get sample data from queue(s), which is used to graph activity charts in the UI.

Today these options are not exposed in this library, is that should that is planned?

Example query

/api/queues/%2F?lengths_age=1800&lengths_incr=30&msg_rates_age=1800&msg_rates_incr=30&data_rates_age=1800&data_rates_incr=30&columns=name,messages_ready,consumer_utilisation,message_stats.publish_details,message_stats.ack_details,consumer_utilisation

@michaelklishin
Copy link
Owner

No. Not only this is the first time it is requested, I'm not even sure this feature is still around after rabbitmq/rabbitmq-management#236.

Why would you need samples beyond debugging the plugin itself?

@michaelklishin
Copy link
Owner

OK, I'm being told that the feature is still there. I guess we can add support for query options and parse back extra results. Let's discuss this in #89.

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

No branches or pull requests

2 participants