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.1.1.tar.gz
(8.7 kB
view details)
File details
Details for the file bernhard-0.1.1.tar.gz
.
File metadata
- Download URL: bernhard-0.1.1.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02e9510e953a327f1e85c514b6c8d4c13047da43338a79ab48906b789d28c316 |
|
MD5 | dd97e67ec3fd8661782a9d5cf1cb4b83 |
|
BLAKE2b-256 | 78503c1800675bcb79bd5e87d0973fd440253cdfd39895e04b965242df947245 |