A named dependency health check evaluated by the default /health route.
Checks run concurrently on every request. A check that throws is reported as
fail with the error message in output. The overall service status is
the worst of all check statuses (fail > warn > pass).
Component identifier, conventionally componentName:measurementName
(e.g. database:responseTime). Checks sharing a name are grouped into
the same array in the checks object.
A named dependency health check evaluated by the default
/healthroute.Checks run concurrently on every request. A check that throws is reported as
failwith the error message inoutput. The overall servicestatusis the worst of all check statuses (fail>warn>pass).