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
HttpConnectionsHealthCheck has a DEFAULT_NAME constant that can be used as the default name when registering it as a health check in a Dropwizard application.
Since we use many of the other health checks a lot, we should add DEFAULT_NAME to them as well. The ones we should include are:
MongoHealthCheck (rename existing TITLE constant)
ProcessGrepHealthCheck
ProcessKillHealthCheck
ProcessLaunchHealthCheck
ServerErrorHealthCheck
UnknownPropertiesHealthCheck
The text was updated successfully, but these errors were encountered:
HttpConnectionsHealthCheck
has aDEFAULT_NAME
constant that can be used as the default name when registering it as a health check in a Dropwizard application.Since we use many of the other health checks a lot, we should add
DEFAULT_NAME
to them as well. The ones we should include are:MongoHealthCheck
(rename existingTITLE
constant)ProcessGrepHealthCheck
ProcessKillHealthCheck
ProcessLaunchHealthCheck
ServerErrorHealthCheck
UnknownPropertiesHealthCheck
The text was updated successfully, but these errors were encountered: