pub type HealthCheck = HealthCheckResults;Expand description
HealthCheckResults describes the results/logs from a healthcheck
Aliased Type§
pub struct HealthCheck {
pub failing_streak: Option<i64>,
pub log: Option<Vec<HealthCheckLog>>,
pub status: Option<String>,
}Fields§
§failing_streak: Option<i64>FailingStreak is the number of consecutive failed healthchecks
log: Option<Vec<HealthCheckLog>>Log describes healthcheck attempts and results
status: Option<String>Status healthy or unhealthy