Skip to main content

Asynchronous client for carbon.

Project description

Coveralls Travis CI Latest Version https://img.shields.io/pypi/wheel/aiocarbon.svg https://img.shields.io/pypi/pyversions/aiocarbon.svg https://img.shields.io/pypi/l/aiocarbon.svg

Client for feeding data to graphite.

Example

Counter example:

import asyncio
import aiocarbon


async def main(loop):
    aiocarbon.setup(
        host="127.0.0.1", port=2003, client_class=aiocarbon.TCPClient
    )

    for _ in range(1000):
        with aiocarbon.Counter("foo"):
            await asyncio.sleep(0.1)


if __name__ == "__main__":
    loop = asyncio.get_event_loop()
    loop.run_until_complete(main(loop))
    loop.close()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiocarbon-0.3.0.tar.gz (5.3 kB view details)

Uploaded Source

Built Distribution

aiocarbon-0.3.0-py3-none-any.whl (8.0 kB view details)

Uploaded Python 3

File details

Details for the file aiocarbon-0.3.0.tar.gz.

File metadata

  • Download URL: aiocarbon-0.3.0.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for aiocarbon-0.3.0.tar.gz
Algorithm Hash digest
SHA256 336548a2476891dbe3191bb68348912169dd74681907ad8159f1b980dff69837
MD5 d45025f5e871d3338541576f841f6aef
BLAKE2b-256 74b85fe289847882ef60950155fe0512a3ea0aa4e9ef8c0cf11798d5b49d80fd

See more details on using hashes here.

Provenance

File details

Details for the file aiocarbon-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for aiocarbon-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 59f14d5fab1c1a3b1a5535316369b494dad66b99358de55b1a41f1143d81b6a9
MD5 92e69ac5466a12f5ff9e36b57d8f7ad5
BLAKE2b-256 61f86069f486eee2553cca6d3e53801cbe13fb015903a3b4d30c086464435aa6

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page