envoyproxy/envoy

Side request access logging

Open

#39,946 创建于 2025年6月18日

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

仓库指标

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

描述

(apologies if this was filed earlier, but I can't find it)

Many of existing extensions issue side requests (e.g. fetching JWKs, ext_*, telemetry export). When those requests fail, it's difficult to find out the root cause, since we only observe the effects on the extension behavior (e.g. failure to authenticate JWT, missing telemetry). It would be good to have a direct observation of the failed side requests, via a log entry which could provide the exact failure. We could also make this configurable independently of the extension, to allow dynamic troubleshooting (e.g. runtime override, admin endpoint, or regular xDS separate from filter config).

贡献者指南