envoyproxy/envoy

HTTP health check filter depends on stats

Open

#14 610 ouverte le 8 janv. 2021

Voir sur GitHub
 (10 commentaires) (0 réactions) (1 assigné)C++ (5 373 forks)batch import
area/health_checkingarea/statsbughelp wanted

Métriques du dépôt

Stars
 (27 997 stars)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

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.

Guide contributeur