envoyproxy/envoy

Side request access logging

Open

#39,946 opened on 2025年6月18日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)C++ (5,373 forks)batch import
area/access_logenhancementhelp wanted

Repository metrics

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

説明

(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).

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