Telegraf compatible statsd client with rich support for tags
from tagsd.client import StatsDNoiseless
client = StatsDNoiseless(host='remote.server', default_tags={'some': 'value'})
client.incr('test.namespace')
# emits test.namespace:1|c,some=value
pip install git+https://github.com/tailsdotcom/tagsd.git
This package supports following python versions:
- Python 2.7 (Support will be dropped end of 2019)
- Python 3.6
- Python 3.7
tagsd
was written by Dinesh Vitharanage <[email protected]>
.