envoyproxy/envoy

HTTP health check filter depends on stats

Open

#14,610 opened on 2021年1月8日

GitHub で見る
 (10 comments) (0 reactions) (1 assignee)C++ (5,373 forks)batch import
area/health_checkingarea/statsbughelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (平均マージ 8d) (30d で 378 merged PRs)

説明

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.

コントリビューターガイド