envoyproxy/envoy

wasm: metrics never expire and accumulate

オープン

#14,070 opened on 2020/11/17

 (14 件のコメント) (8 件のリアクション) (0 人の担当者)C++ (5,373 件のフォーク)batch import
area/statsarea/wasmbughelp wanted

Repository metrics

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

説明

Wasm filter implements the stats by allocating Envoy stats in the context and never de-allocating them. Since ABI encourages dynamic values, the stats accumulate and eventually leak (also, potentially exposing a security risk if stat values are untrusted).

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