Skip to content

handler HttpPostHandler

Rob Smith edited this page Apr 30, 2014 · 4 revisions

HttpPostHandler

Send metrics to a http endpoint via POST

Dependencies

  • urllib2

Configuration

Enable this handler

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

This file was generated from the python source

Please edit the source to make changes

Clone this wiki locally