Skip to content

Send metrics to Graphite asynchronous from your asyncio application

License

Notifications You must be signed in to change notification settings

mon4ter/asyncmetrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>`""" 

About

Send metrics to Graphite asynchronous from your asyncio application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages