HealthReporter
Value members
Concrete methods
Equivalent to wrapChecks for G = NonEmptyList, with more pleasant syntax.
Equivalent to wrapChecks for G = NonEmptyList, with more pleasant syntax.
Constructs a healthcheck from a non-empty structure G of healthchecks that are run in parallel. The status of the whole check is determined using the results of given checks.
Constructs a healthcheck from a non-empty structure G of healthchecks that are run in parallel. The status of the whole check is determined using the results of given checks.
e.g. if all checks need to return Healthy for the whole thing to be healthy, use Health.allHealthyCommutativeMonoid.
Constructs a healthcheck from a non-empty structure G of healthchecks. The status of the whole check is determined using the results of given checks.
Constructs a healthcheck from a non-empty structure G of healthchecks. The status of the whole check is determined using the results of given checks.
e.g. if all checks need to return Healthy for the whole thing to be healthy, use Health.allHealthyCommutativeMonoid.