java.lang.Object
io.helidon.health.checks.HealthChecks
Utility class for built-in
health checks
.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic HealthCheck
Deadlock health check.static HealthCheck
Disk space health check.static HealthCheck
diskSpaceCheck
(Config config) Disk space health check, set up via config.static HealthCheck[]
Built-in health checks.static HealthCheck[]
healthChecks
(Config config) Built-in health checks, set up using "helidon.health" configuration.static HeapMemoryHealthCheck
Memory health check.static HeapMemoryHealthCheck
heapMemoryCheck
(Config config) Memory health check.
-
Method Details
-
deadlockCheck
Deadlock health check.- Returns:
- deadlock health check
-
diskSpaceCheck
Disk space health check.- Returns:
- disk space health check with default configuration
- See Also:
-
diskSpaceCheck
Disk space health check, set up via config.- Parameters:
config
- configuration to use in setting up the disk space check- Returns:
- disk space health check with default configuration
- See Also:
-
heapMemoryCheck
Memory health check.- Returns:
- memory health check with default configuration
- See Also:
-
heapMemoryCheck
Memory health check.- Parameters:
config
- the configuration to use in setting up the heap memory check- Returns:
- memory health check with default configuration
- See Also:
-
healthChecks
Built-in health checks.- Returns:
- built-in health checks
-
healthChecks
Built-in health checks, set up using "helidon.health" configuration.- Parameters:
config
- configuration rooted at "helidon.health"- Returns:
- built-in health checks, set up using the provided configuration
-