GitHub - beneshed/aio-bernhard: An asyncio riemann wrapper based on https://github.com/banjiewen/bernhard

2 min read Original article ↗

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

aio-bernhard

An asyncio riemann wrapper based on https://github.com/banjiewen/bernhard

TCP Only for Now using AsyncIO Stream

Opens a connection on every send

Use the same as bernhard, but with await

import aiobernhard

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

###TO DO

  • UDP Transport
  • Query
  • SSL Transport