-
Notifications
You must be signed in to change notification settings - Fork 37
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
feat: Prometheus Integration #64
Conversation
Prometheus provides a default port allocation list. rabbitmq-cli-consumer is now registered for port 9566.
@corvus-ch Have you had a chance to look at this pull request? |
I only had a quick look but definitely need to have a closer one. Some topics I will need to think about:
@estahn Maybe you have some input/ideas for me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@estahn Thanks for your contribution. I finally took the time to have a closer look (I moved to a new place which always is time consuming). There are a few things I would like be changed if you please can take care of them, I happily will merge this feature.
* Remove unused flag web.message-duration-buckets * Add flag to enable metrics server (metrics, m) * Rename function configuring and starting metrics server Signed-off-by: Enrico Stahn <enrico.stahn@gmail.com>
This implements #63
@corvus-ch Should it be possible to enable/disable this feature?