Bases: ceilometer.dispatcher.Base
Dispatcher class for posting metering data into a http target.
To enable this dispatcher, the following option needs to be present in ceilometer.conf file:
[DEFAULT]
dispatcher = http
Dispatcher specific options can be added as follows:
[dispatcher_http]
target = www.example.com
event_target = www.example.com
cadf_only = true
timeout = 2