-
Notifications
You must be signed in to change notification settings - Fork 384
handler RiemannHandler
Rob Smith edited this page Apr 30, 2014
·
3 revisions
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
- Eithertcp
orudp
. (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 |