Skip to main content

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


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.16.tar.gz (22.3 kB view hashes)

Uploaded Source

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