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
@danlz the issue with adding an OperatingSystem MBean rule is that it's only valid in agent mode. In standalone mode, the OperatingSystem MBean would refer to the standalone exporter's JVM which would produce misleading metrics.
I'm inclined to remove "java.lang:type=OperatingSystem" from the whitelistObjectNames configuration.
https://github.com/prometheus/jmx_exporter/blob/main/example_configs/tomcat.yml
You have to add a rule for exporting the
java_lang_operatingsystem_*
properties, ie:The text was updated successfully, but these errors were encountered: