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

Fixed integration tests #992

Closed dhoard closed 3 months ago

dhoard commented 3 months ago

Fixed integration tests.

Specifically, changed this code to match the current standalone build info name.

String buildInfoName =
    isJmxExporterModeJavaAgent
        ? "jmx_prometheus_javaagent"
         : "jmx_prometheus_httpserver";