I need to create a Java application which collects JMX metrics from a running java process. For this, I am using the JMXCollector <https://github.com/prometheus/jmx_exporter/blob/main/collector/src/main/java/io/prometheus/jmx/JmxCollector.java> class. I couldn't find the option in this to configure it for multiple iterations.
I have a Java wrapper around this to schedule collection after a specified time and for a specified number of iterations. I would like to understand if there is an already existing class that I can use. -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/15db5cf8-bd58-4b6a-aaaf-4e0bad744ed1n%40googlegroups.com.

