peimanja / artifactory_exporter

JFrog Artifactory Prometheus Exporter written in Go
Apache License 2.0
141 stars 37 forks source link

Artifactory JMX metrics with artifactory_exporter #45

Closed padremortius closed 3 years ago

padremortius commented 3 years ago

Do you planning to get JMX metrics from Artifactory server with artifactory_exporter?

peimanja commented 3 years ago

Unfortunately no. Last I checked there are no JMX bindings for Golang, and even then you can't load Go code into a JVM in order to be a Java agent. You can use jmx_exporter to collect those metrics