envoyproxy/envoy

Improve health status logging on envoy

Closed

#40,221 opened on Jul 14, 2025

 (3 comments) (0 reactions) (0 assignees)C++ (5,373 forks)batch import
area/health_checkingenhancementhelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (Avg merge 8d) (378 merged PRs in 30d)

Description

Title: Improve health status logging on envoy

Description: On envoy HealthCheckEjectUnhealthy() will only emit HealthCheckFailureType (ACTIVE (DEFAULT) ⁣, PASSIVE, ⁣ NETWORK, ⁣ NETWORK_TIMEOUT). It would be nice to have the option for more verbose logs such as http status codes.

Contributor guide