zio-zmx icon indicating copy to clipboard operation
zio-zmx copied to clipboard

JMX Integration

Open adamgfraser opened this issue 3 years ago • 1 comments

It would be good to provide integration with JMX so that values from Mbeans can be exposed through ZIO metrics. See zio/zio#5582 for an example of this type of integration for a specific set of metrics.

adamgfraser avatar Oct 13 '21 23:10 adamgfraser

There is some rudimentary code at https://github.com/blended-zio/blended-zio/tree/main/blended.zio.jmx/src/main/scala/blended/zio/jmx which has a MBeanServerFacade and also some ideas of publishing arbitrary case classes to JMX. Perhaps that could be used as a starting point

atooni avatar Oct 28 '21 07:10 atooni