| Modifier and Type | Class and Description |
|---|---|
class |
MicroProfileHealthChecker
Health Check service that pokes MicroProfile Healthcheck endpoints of instances
in the current domain to see if they are responsive
|
| Modifier and Type | Method and Description |
|---|---|
BaseHealthCheck |
HealthCheckService.getCheck(String serviceName) |
| Modifier and Type | Method and Description |
|---|---|
void |
HealthCheckService.registerCheck(String name,
BaseHealthCheck check) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionPoolHealthCheck |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseThresholdHealthCheck<O extends HealthCheckWithThresholdExecutionOptions,C extends ThresholdDiagnosticsChecker>
Base class for all healthchecks that have configurable Critical/Warning/Good levels
|
class |
CpuUsageHealthCheck |
class |
GarbageCollectorHealthCheck
-XX:+UseSerialGC -->
|
class |
HeapMemoryUsageHealthCheck |
class |
HoggingThreadsHealthCheck |
class |
MachineMemoryUsageHealthCheck |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends BaseHealthCheck> |
BaseHealthCheck.postConstruct(T t,
Class<C> checkerType) |
| Modifier and Type | Class and Description |
|---|---|
class |
StuckThreadsHealthCheck |
Copyright © 2019. All rights reserved.