This document offers to help client in monitoring ELM using third party tools such as Prometheus and Grafana. Prometheus is a free software application used for event monitoring and alerting. It records metrics in a time series database built using an HTTP pull model, with flexible queries and real-time alerting. Whereas Grafana helps to collect, correlate, and visualize data with beautiful dashboards.
Download JMX Exporter using the link: https://github.com/prometheus/jmx_exporter
Configuring JMX Exporter with ELM:
rules: - pattern: "com.*"
-javaagent:/opt/IBM/JazzTeamServer/server/liberty/wlp/usr/shared/resources/jmx_exporter/jmx_prometheus_javaagent-0.20.0.jar=9081:/opt/IBM/JazzTeamServer/server/liberty/wlp/usr/shared/resources/jmx_exporter/jmx-config.yml
- job_name: '/metrics' static_configs: - targets: ['hostname:9081']
Status icon key: