gRPC Monitor

Monitor gRPC services using the standard grpc.health.v1 health check protocol.

Business 5 min checks

What is gRPC Monitoring?

gRPC monitoring uses the standard gRPC health checking protocol (grpc.health.v1.Health) to verify your microservices are operational. It's designed for cloud-native architectures and Kubernetes environments.

Technical Details

The monitor calls the Check method of the grpc.health.v1.Health service with an optional service name. A SERVING response indicates the service is healthy. It supports both insecure and TLS-encrypted connections.

Key Features

Everything you need for comprehensive monitoring

Standard Health Check

Uses the official grpc.health.v1 protocol for compatibility

Service-Specific Checks

Check health of specific services within a gRPC server

TLS Support

Secure connections with TLS encryption

Microservices Ready

Designed for cloud-native and Kubernetes environments

Use Cases

Real-world scenarios where this monitor shines

Cloud Native

Microservices

Monitor individual services in your microservices architecture.

Kubernetes

Kubernetes

Complement Kubernetes liveness probes with external monitoring.

Enterprise

Internal APIs

Monitor internal gRPC APIs between services.

Configuration

Available options to customize your monitor

OptionTypeRequiredDefaultDescription
hoststringRequired-gRPC server hostname and port (e.g., api.example.com:443)
service_namestringOptional-Service name to check (optional, checks overall health if empty)
grpc_use_tlsbooleanOptionalfalseWhether to use TLS encryption
grpc_skip_tls_verifybooleanOptionalfalseSkip TLS certificate verification (not recommended in production)

Best Practice

Implement the standard grpc.health.v1.Health service in your gRPC servers. This enables both internal Kubernetes probes and external monitoring.

Frequently Asked Questions

Common questions about this monitor type

You'll need to add the grpc.health.v1.Health service to your gRPC server. Most gRPC frameworks have built-in support or libraries for this.

Start Monitoring Today

Upgrade to Business to unlock this enterprise monitoring feature.

No credit card required
Setup in 30 seconds
99.9% platform uptime