smira / go-statsd

Go statsd client library with zero allocation overhead, great performance and reconnects
MIT License
109 stars 18 forks source link

Add tags #2

Closed l0rda closed 6 years ago

l0rda commented 6 years ago

Hello,

yesterday i saw your keynote at GopherCon Russia 2018. Excellent work!

Please, add possibility to add tags, maybe as client Option:

InfluxDB tag format: ,tag1=payroll,region=us-west

Datadog tag format: |#tag1:value1,tag2:value2

It's boring to write every time c.incr('some.data,rack=v6,region=eu,switch=12') ;)

Thanks!

smira commented 6 years ago

Thanks, makes perfect sense for me, I will get it implemented!

smira commented 6 years ago

First implementation in #6, some tests and docs are missing