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

add support for loading a customAuthenticator class #1001 - needs cli… #1002

Closed gtully closed 1 month ago

gtully commented 1 month ago

…ent_java 1.4

requires https://github.com/prometheus/client_java/issues/1088

gtully commented 1 month ago

Is there a branch where the snapshot versions are referenced? I have tweaked the pom.xml (which cannot correct) to have this work. thanks!

dhoard commented 1 month ago

The main branch build version is generic 1.x.x (no -SNAPSHOT version.)

dhoard commented 1 month ago

@gtully Thanks for the PR!!! I merged the code/made an update to fix the build.

gtully commented 1 month ago

@dhoard thanks for taking the time to review and merge, much appreciated.