envoyproxy/envoy

HTTP health check filter depends on stats

Open

#14,610 opened on Jan 8, 2021

View on GitHub
 (10 comments) (0 reactions) (1 assignee)C++ (5,373 forks)batch import
area/health_checkingarea/statsbughelp wanted

Repository metrics

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

Description

Title: HTTP health check filter depends on stats

Description: The HTTP health check filter relies on the presence of the following stats: membership_total, membership_healthy, and membership_degraded. Running a configuration that filters out these stats will cause the filter to not work properly. Like #9856, this falls into the category of using stats for control flow.

Contributor guide