-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
area/statsenhancementFeature requests. Not bugs or questions.Feature requests. Not bugs or questions.no stalebotDisables stalebot from closing an issueDisables stalebot from closing an issue
Description
In general, we want to convert strings to StatName during initialization, xDS reload, etc, rather than doing string lookups in the hot-path.
However in some cases this may be unavoidable. For example, stat names can be controlled via HTTP request headers:
and
Some sort of stat lookup table can be integrated into Stats::ThreadLocalStore, but should be used sparingly as it will cost memory.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/statsenhancementFeature requests. Not bugs or questions.Feature requests. Not bugs or questions.no stalebotDisables stalebot from closing an issueDisables stalebot from closing an issue