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

貢獻者指南