valeriansaliou / vigil

🚦 Microservices Status Page. Monitors a distributed infrastructure and sends alerts (Slack, SMS, etc.).
https://crates.io/crates/vigil-server
Mozilla Public License 2.0
1.72k stars 128 forks source link

Support gRPC service #68

Open moh-abk opened 3 years ago

moh-abk commented 3 years ago

Ability to health check a gRPC service that has implemented GRPC Health Check

grpcurl grpc.domain.com:50051 grpc.health.v1.Health/Check

{
  "status": "SERVING"
}
valeriansaliou commented 3 years ago

Not using gRPC on my end, I'd be interested in a PR on this. Thanks!