Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.
/ tagsd Public archive

Telegraf compatible statsd client with rich support for tags

License

Notifications You must be signed in to change notification settings

tailsdotcom/tagsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tagsd

Build Status codecov

Telegraf compatible statsd client with rich support for tags

Usage

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

Installation

pip install git+https://github.com/tailsdotcom/tagsd.git

Compatibility

This package supports following python versions:

  • Python 2.7 (Support will be dropped end of 2019)
  • Python 3.6
  • Python 3.7

Authors

tagsd was written by Dinesh Vitharanage <[email protected]>.

About

Telegraf compatible statsd client with rich support for tags

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages