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 details)

Uploaded Source

File details

Details for the file aiomeasures-fork-0.5.16.tar.gz.

File metadata

File hashes

Hashes for aiomeasures-fork-0.5.16.tar.gz
Algorithm Hash digest
SHA256 0f1fc04e2794d4258338511e8f495f03a34ba8ed1aee29895b6822ae68225cb6
MD5 ceec2ebf46e6307e1d941a939db83885
BLAKE2b-256 b5251c6a6f9a34b7ff89517ef355b2b90f3905bb9fcf58c0158e96735a6f8b2f

See more details on using hashes here.

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