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
- Eithertcp
orudp
. (default:tcp
)
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 |