| Package | Description |
|---|---|
| com.codahale.metrics.health |
| Modifier and Type | Field and Description |
|---|---|
static HealthCheckFilter |
HealthCheckFilter.ALL
Matches all health checks, regardless of type or name.
|
| Modifier and Type | Method and Description |
|---|---|
SortedMap<String,HealthCheck.Result> |
HealthCheckRegistry.runHealthChecks(ExecutorService executor,
HealthCheckFilter filter)
Runs the registered health checks matching the filter in parallel and returns a map of the results.
|
SortedMap<String,HealthCheck.Result> |
HealthCheckRegistry.runHealthChecks(HealthCheckFilter filter)
Runs the registered health checks matching the filter and returns a map of the results.
|
Copyright © 2021. All rights reserved.