public abstract class NamedHealthCheck
extends com.codahale.metrics.health.HealthCheck
getName() should be used when registering
this health check with HealthCheckRegistry
CodaHaleMetricsModule.healthChecks()| Constructor and Description |
|---|
NamedHealthCheck() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getName()
The name to register the health check as.
|