Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

octopart/bernhard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bernhard

A simple Python client for 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.

Packages

No packages published