| Class | Description |
|---|---|
| DatabaseConnectionHealthGauge |
A combination of health check and gauge which will check for successful connection to the given
DataSource
using the validation query defined on the given DatabasePlatform. |
| DatabaseConnectionPoolHealthCheck |
A health check that checks whether the given
Gauge (which should represent percentage usage of a database
connection pool) returns a value that is below the supplied unhealthy threshold. |
| DatabaseConnectionPoolMetricSet |
A set of metrics that indicate min, max, and active number of connections in the pool as well as the percentage of
connection pool usage.
|
| HealthMetric |
Defines the name and value for a single metric.
|
| HealthServlet |
Implements an endpoint for providing health information for a Kuali Rice server.
|
| HealthServlet.Config | |
| HealthStatus |
Indicates the health status of the application.
|
| MemoryUsageHealthCheck |
A health check that checks whether the given
Gauge (which should represent percentage usage of memory)
returns a value that is below the supplied unhealthy threshold. |
| MemoryUsageRatio |
A simple
RatioGauge that calculates the ratio of used memory to maximum memory. |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.