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.

贡献者指南