@Health @ApplicationScoped public final class HeapMemoryHealthCheck extends java.lang.Object implements HealthCheck
healthCheck.heapMemory.thresholdPercent property. The threshold should be set to a fraction, such as
.50 for 50% or .99 for 99%.
This health check is automatically created and registered through CDI.
This health check can be referred to in properties as "heapMemory". So for example, to exclude this
health check from being exposed, use "helidon.health.exclude: heapMemory".| Modifier and Type | Method and Description |
|---|---|
HealthCheckResponse |
call() |
public HealthCheckResponse call()
call in interface HealthCheckCopyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.