JVM monitoring
This release introduces JVM monitoring with two predefined checks:
- JVM availability: checks that every JVM is up and running
- JVM stop-the-world pauses: detects situations when a java application has been stopped for a significant amount of time due to safepoint operations
These inspections are based on the JVM metrics automatically collected by coroot-node-agent
for each JVM running on the node. So, you don't need to configure anything!