envoyproxy/envoy

perf: thread local stat caching

開放

#509 建立於 2017年2月25日

 (0 則留言) (2 個反應) (0 位負責人)C++ (5,373 個分叉)batch import
area/perfhelp wanted

倉庫指標

星標
 (27,997 顆星)
PR 合併指標
 (平均合併 8天) (30 天內合併 378 個 PR)

描述

Running Envoy on very high core count boxes is going to lead to atomic contention for counters and gauges. We should implement the option of doing thread local caching of the stats, and then flushing them to the central global representation.

貢獻者指南