You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed to register Collector of type BuildInfoCollector: jmx_exporter_build_info is already in use by another Collector of type BuildInfoCollector
#888
Closed
ImChoison opened this issue
Nov 14, 2023
· 2 comments
Usage: -javaagent:/path/to/JavaAgent.jar=[host:]: Failed to register Collector of type BuildInfoCollector: jmx_exporter_build_info is already in use by another Collector of type BuildInfoCollector
i only run an javaagent in this
The text was updated successfully, but these errors were encountered:
This should only happen if you try to load the Java agent twice into the same JVM. I would start by looking at the final command line (java ...) that is created.
This should only happen if you try to load the Java agent twice into the same JVM. I would start by looking at the final command line (java ...) that is created.
I conf in env.sh
-javaagent:/usr/install/jmx/jmx_prometheus_javaagent-0.19.0.jar=8383:/usr/install/jmx/dn.yaml
but when i run , alwrays has this error
Usage: -javaagent:/path/to/JavaAgent.jar=[host:]: Failed to register Collector of type BuildInfoCollector: jmx_exporter_build_info is already in use by another Collector of type BuildInfoCollector
i only run an javaagent in this
The text was updated successfully, but these errors were encountered: