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.

貢獻者指南