In official git repository (https://github.com/prometheus/jmx_exporter), i see i need to use this command "java -javaagent:./jmx_prometheus_javaagent-0.16.1.jar=8080:config.yaml -jar yourJar.jar ". I am running my Spring Boot Application in my eclipse without compiling in jar format.
So how can i get the metrics from jmx exporter without compiling my spring app in jar file. Can anybody pls help me solve this issue.