envoyproxy/envoy

HTTP health check filter depends on stats

Open

#14.610 aberto em 8 de jan. de 2021

Ver no GitHub
 (10 comments) (0 reactions) (1 assignee)C++ (5.373 forks)batch import
area/health_checkingarea/statsbughelp wanted

Métricas do repositório

Stars
 (27.997 stars)
Métricas de merge de PR
 (Mesclagem média 8d) (378 fundiu PRs em 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.

Guia do colaborador