prometheus / jmx_exporter

A process for exposing JMX Beans via HTTP for Prometheus consumption
Apache License 2.0
3.06k stars 1.2k forks source link

Added CompositeMBean, JUnit test, and integration test #966

Closed dhoard closed 6 months ago

dhoard commented 6 months ago

Added PerformanceMetricsMBean, JUnit test, and integration test.

Refactored Metric, DoubleValueMetric, and DoubleValueMetricImpl to single class Metric.