You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Metrics HealthCheck that reports as healthy if there are no application errors within a configurable time window. If errors exist within the time window, it reports unhealthy. Once recent errors have moved out of the time window (e.g. an error now occurred over 15 minutes ago) we report as healthy again.
The text was updated successfully, but these errors were encountered:
* Add (optional) TimeWindow class, which can be used in a Dropwizard
configuration and passed directly to the health check constructor
* Add ServiceDetails, required by RecentErrorsHealthCheck
* Add RecentErrorsHealthCheck
Fixes#22
* Add (optional) TimeWindow class, which can be used in a Dropwizard
configuration and passed directly to the health check constructor
* Add ServiceDetails, required by RecentErrorsHealthCheck
* Add RecentErrorsHealthCheck
Fixes#22
This is a Metrics
HealthCheck
that reports as healthy if there are no application errors within a configurable time window. If errors exist within the time window, it reports unhealthy. Once recent errors have moved out of the time window (e.g. an error now occurred over 15 minutes ago) we report as healthy again.The text was updated successfully, but these errors were encountered: