uber-go / tally

A Go metrics interface with fast buffered metrics and third party reporters
MIT License
851 stars 116 forks source link

Add custom tags to internal metrics #230

Closed shaan420 closed 1 year ago

shaan420 commented 1 year ago

Provide visibility into how widely Tally library is used by attaching custom tags to internal metrics. We intentionally don't want to add things to CommonTags since that would touch every single application level metric emitted by the library.