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