envoyproxy/envoy

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

Open

#10.946 aperta il 25 apr 2020

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)C++ (5373 fork)batch import
area/statshelp wantedtech debt

Metriche repository

Star
 (27.997 star)
Metriche merge PR
 (Merge medio 8g) (378 PR mergiate in 30 g)

Descrizione

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.

Guida contributor