open-telemetry/opentelemetry-collector

Add gRPC health check

Open

#3,040 opened on Apr 28, 2021

View on GitHub
 (17 comments) (24 reactions) (0 assignees)Go (2,146 forks)auto 404
collector-telemetryhelp wanted

Repository metrics

Stars
 (7,237 stars)
PR merge metrics
 (PR metrics pending)

Description

Is your feature request related to a problem? Please describe. If you want to deploy the OpenTelemetry Collector in gateway-mode behind an AWS Application Load Balancer (ALB) to support gRPC (e.g. OTLP) then ALB requires a gRPC health check. Today, we have a health check extension, however it only support HTTP.

Describe the solution you'd like Either extend the health check extension or add health check endpoints to gRPC receivers.

Describe alternatives you've considered Switch from gRPC to HTTP for receiving data

Contributor guide