| Package | Description |
|---|---|
| com.codahale.metrics.health | |
| com.codahale.metrics.health.jvm |
| Modifier and Type | Method and Description |
|---|---|
void |
HealthCheckRegistryListener.onHealthCheckAdded(String name,
HealthCheck healthCheck)
Called when a new
HealthCheck is added to the registry. |
void |
HealthCheckRegistryListener.onHealthCheckRemoved(String name,
HealthCheck healthCheck)
Called when a
HealthCheck is removed from the registry. |
void |
HealthCheckRegistry.register(String name,
HealthCheck healthCheck)
Registers an application
HealthCheck. |
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadDeadlockHealthCheck
A health check which returns healthy if no threads are deadlocked.
|
Copyright © 2017. All Rights Reserved.