| Package | Description |
|---|---|
| com.codahale.metrics.health | |
| com.codahale.metrics.health.jvm |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncHealthCheckDecorator
A health check decorator to manage asynchronous executions.
|
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
AsyncHealthCheckDecorator.getHealthCheck() |
HealthCheck |
HealthCheckRegistry.getHealthCheck(String name)
Returns the
HealthCheck instance with a given name |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HealthCheckFilter.matches(String name,
HealthCheck healthCheck)
Returns
true if the health check matches the filter; false otherwise. |
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 © 2021. All rights reserved.