{ "info": { "author": "Sander Van Schoote", "author_email": "sander@openmotics.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 prom/statsd-exporter compatible tag support\n===========================================================\n\n_This is a fork of `statsd-telegraf` which is a fork of `pystatsd` package._\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/openmotics/statsd-exporter\n:License: MIT; see LICENSE file\n:Issues: https://github.com/openmotics/statsd-exporter/issues\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\nDatadog-compatible tags are supported, as well:\n\n.. code-block:: python\n\n >>> import statsd\n >>> c = statsd.StatsClient('localhost', 8125)\n >>> c.incr('baz', tags={'type': 'response'}) \n >>> # baz,type=response:1|c\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-exporter\n\nOr GitHub::\n\n $ pip install -e git+https://github.com/openmotics/statsd-exporter#egg=statsd-exporter\n\nOr from source::\n\n $ git clone https://github.com/openmotics/statsd-exporter\n $ cd statsd-exporter\n $ python setup.py install", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/openmotics/statsd-exporter", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "statsd-exporter", "package_url": "https://pypi.org/project/statsd-exporter/", "platform": "", "project_url": "https://pypi.org/project/statsd-exporter/", "project_urls": { "Homepage": "https://github.com/openmotics/statsd-exporter" }, "release_url": "https://pypi.org/project/statsd-exporter/3.2.1/", "requires_dist": null, "requires_python": "", "summary": "A fork of pystatsd package with statsd-exporter compatible tag support.", "version": "3.2.1" }, "last_serial": 5451227, "releases": { "3.2.1": [ { "comment_text": "", "digests": { "md5": "ae134b3482ec3743da0cdb9d769269b5", "sha256": "3da27f29cf2b8142b381c13b981ee209ac703bec4b4d0b52728d6db189a61c5d" }, "downloads": -1, "filename": "statsd-exporter-3.2.1.tar.gz", "has_sig": false, "md5_digest": "ae134b3482ec3743da0cdb9d769269b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24733, "upload_time": "2019-06-26T11:45:23", "url": "https://files.pythonhosted.org/packages/49/ad/229649b746228883c43571894291dda2049770259e1c7f7a9904357998ca/statsd-exporter-3.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ae134b3482ec3743da0cdb9d769269b5", "sha256": "3da27f29cf2b8142b381c13b981ee209ac703bec4b4d0b52728d6db189a61c5d" }, "downloads": -1, "filename": "statsd-exporter-3.2.1.tar.gz", "has_sig": false, "md5_digest": "ae134b3482ec3743da0cdb9d769269b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24733, "upload_time": "2019-06-26T11:45:23", "url": "https://files.pythonhosted.org/packages/49/ad/229649b746228883c43571894291dda2049770259e1c7f7a9904357998ca/statsd-exporter-3.2.1.tar.gz" } ] }