eiiches / scriptable-jmx-exporter

A javaagent for scraping and exposing MBeans to Prometheus
MIT License
7 stars 2 forks source link

The javaagent prevents JVM from exiting #14

Closed eiiches closed 4 years ago

eiiches commented 4 years ago

The following command never ends:

java -javaagent:target/scriptable-jmx-exporter-1.0.0-SNAPSHOT.jar

Undertow threads should be setDaemon(true).