//! Standard gRPC health service integration.
use ;
pub use HealthReporter;
/// Create a standard `grpc.health.v1` reporter and service.
///
/// Liveness is exposed through `grpc.health.v1.Health/Check`. Servers set
/// global or per-service serving status through the returned
/// [`HealthReporter`].