Library for posting metrics to a server
Project description
A python library to send application metrics using UDP.
How do I get set up?
Summary of set up
mkvirtualenv measure
pip install -r test_requirements.txt
Usage
from measure import Measure
measure = Measure('myclient', ('localhost', 1984))
measure.count('mymetric', dimensions={'name': 'john'})
How to run tests
make tests
Contribution guidelines
Write tests
Code review
Make a pull request :-)
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.8.tar.gz
(1.7 kB
view details)
File details
Details for the file measures-1.0.8.tar.gz
.
File metadata
- Download URL: measures-1.0.8.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1e923e322d348a924b40b45bde4d8bb2954372303694f5e5beb941fd8359c43e
|
|
MD5 |
e558ac47302ef80340c59afe5a3bc45c
|
|
BLAKE2b-256 |
b4dffd1d050558f3e41f6a0993b89062bb789f0b97178fe484ff5b8bb0a9a9d2
|