I want to get the jvm metrics from Talend ESB and to show the metrics to Grafana.
I can easily see them with JConsole but i do not know how to expose them to Grafana.
My idea was to get the metrics with JMX Exporter and to expose them to prometheus and then to show them on Grafana but when I tried the JMX Exporter,I faced a problem to start it.
C:\Users\admin\Desktop\jmx_exporter-master>java -javaagent:./jmx_prometheus_javaagent-0.12.0.jar=9090:talend-config.yml Error opening zip file or JAR manifest missing : ./jmx_prometheus_javaagent-0.12.0.jar
Some idea or example how to get the JVM heap size from Talend ESB and to expose them to Prometheus?