envoyproxy/envoy

perf: thread local stat caching

Open

#509 建立於 2017年2月25日

在 GitHub 查看
 (0 留言) (2 反應) (0 負責人)C++ (5,373 fork)batch import
area/perfhelp wanted

倉庫指標

Star
 (27,997 star)
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.

貢獻者指南