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
To ease parsing of rabtap output, it would be nice if "json" would be a valid output format, using it like rabtap info --stats --format=json
rabtap info --stats --format=json
The text was updated successfully, but these errors were encountered:
I hesitated to implement this feature, because the REST API of RabbitMQ, which rabtap uses, does already provide this information: https://rawcdn.githack.com/rabbitmq/rabbitmq-server/v3.9.1/deps/rabbitmq_management/priv/www/api/index.html
rabtap offers an aggregated view combining different resources. Could you also use the REST API directly?
Sorry, something went wrong.
Yes, I could use RabbitMQ REST API - just thought it would be convenient to use rabtap for that too.
No branches or pull requests
To ease parsing of rabtap output, it would be nice if "json" would be a valid output format, using it like
rabtap info --stats --format=json
The text was updated successfully, but these errors were encountered: