envoyproxy/envoy

Mock stat objects should reuse logic for combining stat name and tags into a full stat name

Open

#10 946 ouverte le 25 avr. 2020

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)C++ (5 373 forks)batch import
area/statshelp wantedtech debt

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 mock stat objects allow setting name, tag_extracted_name and tags independently, while real stats will have a name that is is a function of the given name and the provided tags. This discrepancy makes it hard to verify behavior that relies on this invariant.

Guide contributeur