OH: Health checks are like bloom filters. A failing health check means a service isn't up, but a health check passing means the service is *probably* "healthy", especially given how health checks are typically done (host level checks or hitting an HTTP endpoint/RPC method).

 — @copyconstruct