envoyproxy/envoy

Extension overhead latency breakdown

Open

#28 470 ouverte le 18 juil. 2023

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)C++ (5 373 forks)batch import
area/extensionenhancementhelp wanted

Métriques du dépôt

Stars
 (27 997 stars)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

Description

It would be very useful for extension operators and extension writers to see how much time is spent in the extension code (Lua, Wasm, ext_proc), to troubleshoot and root cause excessive latency. At a minimum, the breakdown could be stored per request in a filter state and emitted as an access log. I think there's some code that does this for ext_proc but it needs to be generalized to other extensions.

Guide contributeur