Skip to content

handler RiemannHandler

Rob Smith edited this page Aug 26, 2013 · 3 revisions

RiemannHandler

Send metrics to Riemann.

Dependencies

Configuration

Add diamond.handler.riemann.RiemannHandler to your handlers. It has these options:

  • host - The Riemann host to connect to.
  • port - The port it's on.
  • transport - Either tcp or udp. (default: tcp)

Options - Generic Options

Setting Default Description Type
get_default_config_help get_default_config_help
host str
port 123 int
transport tcp tcp or udp str

This file was generated from the python source

Please edit the source to make changes

Clone this wiki locally