gRPC Health Monitor

The gRPC monitor in updu calls the standard grpc.health.v1.Health/Check RPC against your service and considers the monitor Up only when the response status is SERVING. This is the same probe used by Kubernetes' gRPC liveness checks and Istio service health, so any server that already exposes the standard health protocol works without changes.

Configuration Options

When setting up a gRPC monitor, you can configure the following options:

Basic Settings

gRPC Specific Settings

Example Use Cases

Notes