org.eclipse.microprofile.health.HealthCheck@Health
@ApplicationScoped
public final class HeapMemoryHealthCheck
extends java.lang.Object
implements org.eclipse.microprofile.health.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 | Description |
|---|---|---|
org.eclipse.microprofile.health.HealthCheckResponse |
call() |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.