The ceilometer.dispatcher.http ModuleΒΆ
-
class
ceilometer.dispatcher.http.HttpDispatcher(conf)[source] Bases:
ceilometer.dispatcher.BaseDispatcher class for posting metering data into a http target.
To enable this dispatcher, the following option needs to be present in ceilometer.conf file:
dispatchers = 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]
-