Library for posting metrics to a server
Project description
A python library to send application metrics using UDP.
Using
Installing
pip install measures
Usage
from measures import Measure
measure = Measure('myclient', ('localhost', 1984))
measure.count('mymetric', dimensions={'name': 'john'})
Contributing
Set up your environment
git clone https://github.com/globocom/measures.git
cd measures
mkvirtualenv measures
pip install -r test_requirements.txt
Run the tests
make tests
Write tests for your new feature or bug fix
Write needed code changes
Iterate, have fun :)
Make a pull request with your changes
Who do I talk to?
File an issue at https://github.com/globocom/measure or contact us at busca@corp.globo.com
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
measures-1.0.9.tar.gz
(1.8 kB
view details)
File details
Details for the file measures-1.0.9.tar.gz
.
File metadata
- Download URL: measures-1.0.9.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
da71c051eeb686397224541a4eb41ba56d64c8e80d57bb642c77ac2345e38fbb
|
|
MD5 |
b088a5fb119276313dcec1c617c24d76
|
|
BLAKE2b-256 |
168194e23b38214bdb067a0ab6787ae64377504fdd44c4aaf60bf8d2fc01a4fa
|