The ceilometer.dispatcher.http Module

class ceilometer.dispatcher.http.HttpDispatcher(conf)[source]

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
record_events(events)[source]
record_metering_data(data)[source]

Previous topic

The ceilometer.dispatcher.gnocchi_client Module

Next topic

The ceilometer.dns.notifications Module

This Page