Meaning of this httpserver_config.yml file used in JMX exporter

Viewed 14
---
jmxUrl: service:jmx:rmi:///jndi/rmi://localhost:13000/jmxrmi
rules:
- pattern: ".*"

JMX exporter is being used to expose the metrics collected from JVM to prometheus.

0 Answers
Related