Collect and send metrics to StatsD
Project description
This library allows you to send metrics to your Datadog or Statsd server. This works on Python >= 3.3 and relies on asyncio.
Installation:
python -m pip install aiomeasures
Usage:
from aiomeasures import Datadog client = Datadog('udp://127.0.0.1:6789') client.incr('foo') client.decr('bar', tags={'one': 'two'}) with client.timer('baz'): # long process pass
The client will send metrics to agent as possible.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aiomeasures-fork-0.5.15.tar.gz
(22.3 kB
view hashes)