Uses of Interface
io.helidon.health.HealthCheck
Packages that use HealthCheck
Package
Description
Healthchecks provided by our implementation.
Health check SPI.
Health checks for NĂma observability.
Health check support for Helidon reactive DB Client.
Health check support for helidon SE.
-
Uses of HealthCheck in io.helidon.health.checks
Classes in io.helidon.health.checks that implement HealthCheckModifier and TypeClassDescriptionclassA health check that looks for thread deadlocks.classA health check that verifies whether the server is running out of disk space.classA health check that verifies whether the server is running out of Java heap space.Methods in io.helidon.health.checks that return HealthCheckModifier and TypeMethodDescriptionstatic HealthCheckHealthChecks.deadlockCheck()Deadlock health check.static HealthCheckHealthChecks.diskSpaceCheck()Disk space health check.static HealthCheckHealthChecks.diskSpaceCheck(Config config) Disk space health check, set up via config.static HealthCheck[]HealthChecks.healthChecks()Built-in health checks.static HealthCheck[]HealthChecks.healthChecks(Config config) Built-in health checks, set up using "helidon.health" configuration.Methods in io.helidon.health.checks that return types with arguments of type HealthCheck -
Uses of HealthCheck in io.helidon.health.spi
Methods in io.helidon.health.spi that return types with arguments of type HealthCheckModifier and TypeMethodDescriptionHealthCheckProvider.healthChecks(Config config) Health checks provided by this provider. -
Uses of HealthCheck in io.helidon.nima.observe.health
Methods in io.helidon.nima.observe.health with parameters of type HealthCheckModifier and TypeMethodDescriptionHealthFeature.Builder.addCheck(HealthCheck healthCheck) Add an explicit Health check instance (not discovered throughHealthCheckProvideror whenHealthFeature.Builder.useSystemServices(boolean)is set tofalse.HealthFeature.Builder.addCheck(HealthCheck healthCheck, HealthCheckType type) Add the provided health check using an explicit type (may differ from thetype().static HealthFeatureHealthFeature.create(HealthCheck... healthChecks) Create a new instance with explicit list of health checks. -
Uses of HealthCheck in io.helidon.reactive.dbclient.health
Classes in io.helidon.reactive.dbclient.health that implement HealthCheck -
Uses of HealthCheck in io.helidon.reactive.health
Methods in io.helidon.reactive.health with parameters of type HealthCheckModifier and TypeMethodDescriptionHealthSupport.Builder.add(HealthCheck healthCheck) Add health check(s).HealthSupport.Builder.add(HealthCheck... healthChecks) Add health check.Method parameters in io.helidon.reactive.health with type arguments of type HealthCheckModifier and TypeMethodDescriptionHealthSupport.Builder.add(Collection<HealthCheck> healthChecks) Add health check(s).