uber-go / tally

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

StatsD Tagging #151

Open sjmtan opened 3 years ago

sjmtan commented 3 years ago

This is somewhat a duplicate of #110.

I know that StatsD Reporter doesn't support tagging: https://github.com/uber-go/tally/blob/master/statsd/reporter.go#L151

I believe this is the case because the cactus/go-statsd-client didn't support tags until this year:

Can the statsd client be upgraded to support v5 and therefore support tags?

antonefimow commented 1 month ago

Hey guys, the PR was created 3 years ago, could you please finally merge this? It would be really great to finally have tags for the statsd reporter.