[][src]Crate health

A library to assist in reporting on the health of a system.

Structs

Config

Configuration for a periodic health check

PeriodicChecker

A background healthcheck for checking the health of the MySQL Pool

Enums

Check

A report of a single health check run

Status

The status of a health check, accounting for allowable variance

Traits

Checkable

A type that exposes a health check

Reporter

A health status reporter