You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Carbon Emitter implementation using gevent and asyncio
Usage:
from graphite import get_carbon
# returns a CarbonEmitter object implementation in Gevent for python < 3.5 or asyncio for python > 3.4
carbon = get_carbon(**kwargs)
About
Two carbon client imlementations for gevent and asyncio