handler RiemannHandler - BrightcoveOS/Diamond GitHub Wiki
Send metrics to Riemann.
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- Eithertcporudp. (default:tcp)
Options - Generic Options
| Setting | Default | Description | Type |
|---|---|---|---|
| get_default_config_help | get_default_config_help | ||
| host | str | ||
| port | 123 | int | |
| server_error_interval | 120 | How frequently to send repeated server errors | int |
| transport | tcp | tcp or udp | str |