Hi Everyone,
As the instuction in github web page to run as a Java agent, download one of the JARs and run:
java -javaagent:./jmx_prometheus_javaagent-0.19.0.jar=12345:config.yaml -jar yourJar.jar
I want to know in JBoss which jar file I need to add in that command line. And how to write config.yaml file.
Thank you all