Add 'unknown' health check state

This commit is contained in:
Michael Vines
2021-03-04 21:18:08 -08:00
committed by mergify[bot]
parent ee621878b0
commit 66b781eec3
5 changed files with 74 additions and 58 deletions

View File

@ -266,7 +266,7 @@ fn get_validator_stats(
{
format!("{} slots behind", num_slots_behind)
} else {
"unhealthy".to_string()
"health unknown".to_string()
}
}
};