envoyproxy/envoy

HTTP health check filter depends on stats

Open

#14.610 aperta il 8 gen 2021

Vedi su GitHub
 (10 commenti) (0 reazioni) (1 assegnatario)C++ (5373 fork)batch import
area/health_checkingarea/statsbughelp wanted

Metriche repository

Star
 (27.997 star)
Metriche merge PR
 (Merge medio 8g) (378 PR mergiate in 30 g)

Descrizione

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.

Guida contributor