sergio-d-lemos commented on PR #2402: URL: https://github.com/apache/activemq/pull/2402#issuecomment-5799745280
Hi folks, to share my two cents here: I agree that this approach does not offer the same flexibility as, for example, using Prometheus JMX exporter. What we gain from this approach is that the complexity is minimal, there are no new dependencies and it just works. I can see the value on that. At least for our use-case, bringing in new dependencies always comes with explicit and implicit costs. I think there is a tradeoff between hardcoding the MBean attributes here vs using a configuration based approach like JMX Exporter. Here we do it once, with JMX exporter people maintaining their configuration will have to update them. In the end of the day this might not be the right solution for everyone. I still think it would benefit many users. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
