Crate zksync_health_check

Source

Structs§

AppHealth
Health information for an application consisting of multiple components.
AppHealthCheck
Application health check aggregating health from multiple components.
Health
Health of a single component.
HealthUpdater
Updater for ReactiveHealthCheck. Can be created using ReactiveHealthCheck::new().
ReactiveHealthCheck
Basic implementation of CheckHealth trait that can be updated using a matching HealthUpdater.

Enums§

AppHealthCheckError
HealthStatus
Health status returned as a part of Health.

Traits§

CheckHealth
Interface to be used for health checks.

Attribute Macros§

async_trait