Skip to main content

Send metrics to Graphite asynchronously from your asyncio application

Project description

asyncmetrics

PyPI version Python version Build Status codecov

Send metrics to Graphite asynchronously from your asyncio application

Example

from asyncmetrics import count, time

@count
async def get_something():
    """Every call will produce `<module>.get_something.count 1 <now>`""" 

@time
async def process_something():
    """Every call will produce `<module>.process_something.time.us <duration> <now>`""" 

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

asyncmetrics-0.4.0.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

asyncmetrics-0.4.0-py3-none-any.whl (9.8 kB view hashes)

Uploaded Python 3

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