{ "info": { "author": "Bernardas Ali\u0161auskas", "author_email": "bernardas.alisauskas@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "===========================================================\nA Python statsd client with Telegraf-compatible tag support\n===========================================================\n\nstatsd_ is a friendly front-end to Graphite_. This is a Python client\nfor the statsd daemon. More specifically, this is a fork of jsocol's\npystatsd client, with the addition of support for DogTag-compatible\ntags.\n\n:Code: https://github.com/toddjames/statsd-tags\n:License: MIT; see LICENSE file\n:Issues: https://github.com/toddjames/statsd-tags/issues\n:Documentation: https://statsd-tags.readthedocs.io/\n\nQuickly, to use:\n\n.. code-block:: python\n\n >>> import statsd\n >>> c = statsd.StatsClient('localhost', 8125)\n >>> c.incr('foo') # Increment the 'foo' counter.\n >>> c.timing('stats.timed', 320) # Record a 320ms 'stats.timed'.\n\nYou can also add a prefix to all your stats:\n\n.. code-block:: python\n\n >>> import statsd\n >>> c = statsd.StatsClient('localhost', 8125, prefix='foo')\n >>> c.incr('bar') # Will be 'foo.bar' in statsd/graphite.\n\nDogTag-compatible tags are supported, as well:\n\n.. code-block:: python\n\n >>> import statsd\n >>> c = statsd.StatsClient('localhost', 8125)\n >>> c.gauge('baz', 42, tags=['production', 'fqdn': 'example.org'])\n\n\nInstalling\n==========\n\nThe easiest way to install statsd is with pip!\n\nYou can install from PyPI::\n\n $ pip install statsd-tags\n\nOr GitHub::\n\n $ pip install -e git+https://github.com/toddjames/statsd-tags#egg=statsd\n\nOr from source::\n\n $ git clone https://github.com/toddjames/statsd-tags\n $ cd statsd-tags\n $ python setup.py install\n\n\nDocs\n====\n\nThere are lots of docs in the ``docs/`` directory and on ReadTheDocs_.\n\n\n.. _statsd: https://github.com/etsy/statsd\n.. _Graphite: https://graphite.readthedocs.io/\n.. _ReadTheDocs: https://statsd-tags.readthedocs.io/en/latest/index.html", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Granitosaurus/statsd-telegraf", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "statsd-telegraf", "package_url": "https://pypi.org/project/statsd-telegraf/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/statsd-telegraf/", "project_urls": { "Homepage": "https://github.com/Granitosaurus/statsd-telegraf" }, "release_url": "https://pypi.org/project/statsd-telegraf/3.2.1.post1/", "requires_dist": null, "requires_python": null, "summary": "A fork of pystatsd package with Telegraf-compatible tag support.", "version": "3.2.1.post1" }, "last_serial": 2722464, "releases": { "3.2.1.post1": [ { "comment_text": "", "digests": { "md5": "376210ea911215eaee37db3f74ba68a3", "sha256": "284d2355dfd5944f81bf79acd7b44cb4da5de70e8dec51a203ea12f5f5d447f8" }, "downloads": -1, "filename": "statsd-telegraf-3.2.1.post1.tar.gz", "has_sig": false, "md5_digest": "376210ea911215eaee37db3f74ba68a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24922, "upload_time": "2017-03-22T07:55:28", "url": "https://files.pythonhosted.org/packages/78/99/c2ea5337145ae44f528e4b5c7289179bfb3dcfa2e1227c2913d61df47ba6/statsd-telegraf-3.2.1.post1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "376210ea911215eaee37db3f74ba68a3", "sha256": "284d2355dfd5944f81bf79acd7b44cb4da5de70e8dec51a203ea12f5f5d447f8" }, "downloads": -1, "filename": "statsd-telegraf-3.2.1.post1.tar.gz", "has_sig": false, "md5_digest": "376210ea911215eaee37db3f74ba68a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24922, "upload_time": "2017-03-22T07:55:28", "url": "https://files.pythonhosted.org/packages/78/99/c2ea5337145ae44f528e4b5c7289179bfb3dcfa2e1227c2913d61df47ba6/statsd-telegraf-3.2.1.post1.tar.gz" } ] }