envoyproxy/envoy

wasm: metrics never expire and accumulate

开放

#14,070 创建于 2020年11月17日

 (14 条评论) (8 个反应) (0 位负责人)C++ (5,373 个派生)batch import
area/statsarea/wasmbughelp wanted

仓库指标

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

描述

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

贡献者指南