Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To enable Prometheus to scrape metrics from your Platform, you need to configure the JMX exporter. The JMX exporter will expose and export all the metrics from your Platform, allowing Prometheus server to collect them.

In the platform.xml file for your Platform, set the platform.export.jmx.enabled value to true to enable the Prometheus server to scrape JMX metrics from the Platform. Additionally, you can configure the port for the JMX exporter by setting platform.export.jmx.port to your desired port number. This allows the JMX exporter to expose metrics on the specified port.

To configure the JMX exporter,

...