envoyproxy/envoy

HTTP health check filter depends on stats

Open

#14,610 创建于 2021年1月8日

在 GitHub 查看
 (10 评论) (0 反应) (1 负责人)C++ (5,373 fork)batch import
area/health_checkingarea/statsbughelp wanted

仓库指标

Star
 (27,997 star)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

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.

贡献者指南