handler HttpPostHandler - BrightcoveOS/Diamond GitHub Wiki
Send metrics to a http endpoint via POST
- urllib2
Enable this handler
-
handers = diamond.handler.httpHandler.HttpPostHandler
Options - Generic Options
| Setting | Default | Description | Type |
|---|---|---|---|
| batch | 100 | How many to store before sending to the graphite server | int |
| get_default_config_help | get_default_config_help | ||
| server_error_interval | 120 | How frequently to send repeated server errors | int |
| url | http://localhost/blah/blah/blah | Fully qualified url to send metrics to | str |