tally icon indicating copy to clipboard operation
tally copied to clipboard

Names are sanitized before caching

Open recht opened this issue 3 years ago • 0 comments

The scope.Counter, scope.Gauge, scope.Timer funcs sanitize the name before cache lookups, which can add significant overhead. It would be nice to do sanitize after cache lookups instead - this is how .Tagged also works.

recht avatar Jan 12 '23 09:01 recht