jeromq
jeromq copied to clipboard
JMX performance metrics
Is someone already actively working on integrating JMX performance metrics? Popular metrics of message queues in general are
- message ingress
- queue depth
- nr of connections (producers, consumers)
As any required classes are built-in in the javax.managmement
package, no additional dependencies need to be introduced.
If no one is working on this, I'd be more than glad to give it a try.
Also cross-posting this issue on jzmq (https://github.com/zeromq/jzmq/issues/424)
Sounds like a good idea to me.
@MartinGoodwell I know it's been a year and a half since you created this issue and I'm the first to reply (yikes -- sorry about that!), but if you're still interested in trying this out, I think that would be great.
A good starting point could be: http://metrics.dropwizard.io/4.0.0/
@daveyarwood and now it took me another 6 months, sorry. I don't have too much time to work on it anymore, but I'll keep it in mind. If you prefer to close this issue for the time being, I'm fine with it.