envoyproxy/envoy

Support per-session accounting

Open

#9,239 创建于 2019年12月5日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)C++ (5,373 fork)batch import
design proposalhelp wanted

仓库指标

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

描述

The idea is to track how much resources (time or CPU cycles) are spent on a per-session basis from the time a connection is accepted to support things like per-tenant accounting for billing. This could potentially build on the ScopeTrackerScopeState class that @alyssawilk added for #7300.

@mattklein123 @htuch - it sounds like you have some thoughts about how to implement this.

贡献者指南