Interface | Description |
---|---|
LivenessCheck |
Common interface for a liveness check.
|
MetricIDs |
Metrics naming constants.
|
Class | Description |
---|---|
AbstractErrorCounterHealthCheck |
Abstract class containing common logic for health checks based on an error counter.
|
PersistenceExceptionLivenessCheck |
Fail liveness check if the number of exceptions thrown by storage is too high.
|
PersistenceExceptionLivenessInterceptor |
Fail liveness check if the number of exceptions thrown by storage is too high.
|
PersistenceSimpleReadinessCheck | |
PersistenceTimeoutReadinessCheck |
Fail readiness check if the duration of processing a storage operation is too high.
|
PersistenceTimeoutReadinessInterceptor |
Fail readiness check if the duration of processing a storage operation is too high.
|
ResponseErrorLivenessCheck | |
ResponseTimeoutReadinessCheck | |
RestMetricsInterceptor |
Interceptor that tracks metrics across all REST resources.
|
StorageLivenessCheck |
Annotation Type | Description |
---|---|
PersistenceExceptionLivenessApply | |
PersistenceTimeoutReadinessApply | |
RestMetricsApply |
Copyright © 2020 Red Hat. All rights reserved.