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.16.tar.gz
(22.3 kB
view details)
File details
Details for the file aiomeasures-fork-0.5.16.tar.gz
.
File metadata
- Download URL: aiomeasures-fork-0.5.16.tar.gz
- Upload date:
- Size: 22.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f1fc04e2794d4258338511e8f495f03a34ba8ed1aee29895b6822ae68225cb6 |
|
MD5 | ceec2ebf46e6307e1d941a939db83885 |
|
BLAKE2b-256 | b5251c6a6f9a34b7ff89517ef355b2b90f3905bb9fcf58c0158e96735a6f8b2f |