reinh / statsd

A Ruby Statsd client that isn't a direct port of the Python example code. Because Ruby isn't Python.
MIT License
411 stars 154 forks source link

Adds support for sending tags in the Datadog StatsD format #72

Closed monkbroc closed 5 years ago

monkbroc commented 5 years ago

Adds optional support for sending global tags and metric-specific tags. The tag format is compatible with Datadog StatsD and Telegraf.

reinh commented 5 years ago

Hi! Thanks for the PR! Have you considered using DataDog's statsd fork, which should already support this and is maintained by DataDog?

monkbroc commented 5 years ago

Hi! Thanks for the comment. How about I close the PR and open another one adding a note to the README pointing to DataDog's statsd fork for people looking for tag support?

monkbroc commented 5 years ago

Closing since I added a note to the wiki: https://github.com/reinh/statsd/wiki