java.lang.Object
io.helidon.health.checks.HealthChecks
Utility class for built-in
health checks.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic HealthCheckDeadlock health check.static HealthCheckDisk space health check.static HealthCheckdiskSpaceCheck(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 configuration at "health.checks" or the deprecated "helidon.health".static HeapMemoryHealthCheckMemory health check.static HeapMemoryHealthCheckheapMemoryCheck(Config config) Memory health check.
-
Method Details
-
deadlockCheck
Deadlock health check.- Returns:
- deadlock health check
- See Also:
-
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 to be configured with
HealthSupport - See Also:
-
healthChecks
Built-in health checks, set up using configuration at "health.checks" or the deprecated "helidon.health".- Parameters:
config- configuration at the node containing health checks config- Returns:
- built-in health checks, set up using the provided configuration
- See Also:
-