Module io.helidon.health.checks
Package io.helidon.health.checks
Healthchecks provided by our Microprofile implementation.
-
Class Summary Class Description DeadlockHealthCheck A health check that looks for thread deadlocks.DiskSpaceHealthCheck A health check that verifies whether the server is running out of disk space.DiskSpaceHealthCheck.Builder Fluent API builder forDiskSpaceHealthCheck
.HealthChecks Utility class for built-inhealth checks
.HeapMemoryHealthCheck A health check that verifies whether the server is running out of Java heap space.HeapMemoryHealthCheck.Builder Fluent API builder forHeapMemoryHealthCheck
.