public class MemoryUsageHealthCheck extends com.codahale.metrics.health.HealthCheck
Gauge (which should represent percentage usage of memory)
returns a value that is below the supplied unhealthy threshold.| Constructor and Description |
|---|
MemoryUsageHealthCheck(com.codahale.metrics.Gauge<Double> gauge,
double unhealthyThreshold) |
| Modifier and Type | Method and Description |
|---|---|
protected com.codahale.metrics.health.HealthCheck.Result |
check() |
public MemoryUsageHealthCheck(com.codahale.metrics.Gauge<Double> gauge, double unhealthyThreshold)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.