Python client for Riemann
Project description
# Bernhard
A simple Python client for [Riemann](http://github.com/aphyr/riemann). Usage:
import bernhard
c = bernhard.Client() c.send({‘host’: ‘myhost.foobar.com’, ‘service’: ‘myservice’, ‘metric’: 12}) q = c.query(‘true’)
## Installing
pip install bernhard
You may encounter issues with the protobuf dependency; if so, just run pip install protobuf manually, then pip install bernhard.
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
bernhard-0.2.1.tar.gz
(9.2 kB
view details)
File details
Details for the file bernhard-0.2.1.tar.gz
.
File metadata
- Download URL: bernhard-0.2.1.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a59ace9ce535c7fa76f8e97cb1a4a075b841972e2386e79b2f8a07e63077cbbb |
|
MD5 | 1367f9de31f879f15eb8c97ac36f1390 |
|
BLAKE2b-256 | a03f13e7796f80d08c0389acadfb999cbe82f0c861be6b37b427f0d24d669343 |