Skip to main content

Python3 client for Riemann

Project description

Bernhard

A simple Python3 client for Riemann. Usage:

import bernhard

c = bernhard.Client()
c.send({'host': 'myhost.foobar.com', 'service': 'myservice', 'metric': 12})
q = c.query('true')

Bernhard supports custom attributes with the syntax:

import bernhard

c = bernhard.Client()

c.send({'host': 'awesome.host.com', 'attributes': {'sky': 'sunny', 'sea': 'agitated'}})

Querying the index is as easy as:

import bernhard

c = bernhard.Client()
q = c.query('true')
for e in q:
    print "Host:", e.host, "State:", e.state

Installing

pip install bernhard-py3

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

bernhard-py3-1.0.1.tar.gz (10.1 kB view details)

Uploaded Source

File details

Details for the file bernhard-py3-1.0.1.tar.gz.

File metadata

  • Download URL: bernhard-py3-1.0.1.tar.gz
  • Upload date:
  • Size: 10.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for bernhard-py3-1.0.1.tar.gz
Algorithm Hash digest
SHA256 82067ecc1fc985f3b466bbf2e7403068fcb913ae8435b65eabf45f9812d5cb68
MD5 1a86cdba66f33b3fa769682c6a611272
BLAKE2b-256 50b0a46362e061a1a9fe2d16f7259a27255c7994929cb8d9b67ce6921bd6c72a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page