Uses of Interface
io.helidon.health.HealthCheck
Package
Description
Health check support for Helidon Database Client.
Healthchecks provided by our implementation.
Health check SPI.
Provides support for Microstream-HealthChecks features integration.
Health check for Neo4j.
Helidon WebServer Observability Health Support.
-
Uses of HealthCheck in io.helidon.dbclient.health
-
Uses of HealthCheck in io.helidon.health.checks
Modifier and TypeClassDescriptionclass
A health check that looks for thread deadlocks.class
A health check that verifies whether the server is running out of disk space.class
A health check that verifies whether the server is running out of Java heap space.Modifier and TypeMethodDescriptionstatic HealthCheck
HealthChecks.deadlockCheck()
Deadlock health check.static HealthCheck
HealthChecks.diskSpaceCheck()
Disk space health check.static HealthCheck
HealthChecks.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. -
Uses of HealthCheck in io.helidon.health.spi
Modifier and TypeMethodDescriptionHealthCheckProvider.healthChecks
(Config config) Health checks provided by this provider. -
Uses of HealthCheck in io.helidon.integrations.microstream.health
-
Uses of HealthCheck in io.helidon.integrations.neo4j.health
-
Uses of HealthCheck in io.helidon.webserver.observe.health
Modifier and TypeMethodDescriptionHealthObserverConfig.BuilderBase.healthChecks()
Health checks with implicit types.HealthObserverConfig.BuilderBase.HealthObserverConfigImpl.healthChecks()
Modifier and TypeMethodDescriptionHealthObserverConfig.BuilderBase.addCheck
(HealthCheck check) Health checks with implicit types.HealthObserverConfig.BuilderBase.addCheck
(HealthCheck check, HealthCheckType type) Add the provided health check using an explicit type (may differ from thetype()
.HealthObserverConfig.BuilderBase.addChecks
(HealthCheck[] checks) Add the provided health checks.static HealthObserver
HealthObserver.create
(HealthCheck... healthChecks) Create a health observer, adding the provided checks to the checks discovered viaServiceLoader
andHealthCheckProvider
.Modifier and TypeMethodDescriptionHealthObserverConfig.BuilderBase.addHealthChecks
(List<? extends HealthCheck> healthChecks) Health checks with implicit types.HealthObserverConfig.BuilderBase.healthChecks
(List<? extends HealthCheck> healthChecks) Health checks with implicit types.