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.0.tar.gz
(9.1 kB
view details)
File details
Details for the file bernhard-0.2.0.tar.gz
.
File metadata
- Download URL: bernhard-0.2.0.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3902759d7275e9d6068b073d1a059faa660d41eb91d5e7148ed0a8d7b204da70 |
|
MD5 | 83ef4218d6b7597d5871eca56bacbddb |
|
BLAKE2b-256 | 4e95cdf527b1ef866a67817a8ec345e639c2ec5efa1a1d0251b5a9ac007f5234 |