envoyproxy/envoy

Support per-session accounting

Open

#9 239 ouverte le 5 déc. 2019

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)C++ (5 373 forks)batch import
design proposalhelp wanted

Métriques du dépôt

Stars
 (27 997 stars)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

Description

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.

Guide contributeur