The ceilometer.middleware ModuleΒΆ

class ceilometer.middleware.HTTPRequest(pipeline_manager)[source]

Bases: ceilometer.plugin.NotificationBase

static HTTPRequest.get_targets(conf)[source]

Return a sequence of oslo.messaging.Target

This sequence is defining the exchange and topics to be connected for this plugin.

HTTPRequest.process_notification(message)[source]
class ceilometer.middleware.HTTPResponse(pipeline_manager)[source]

Bases: ceilometer.middleware.HTTPRequest

Previous topic

The ceilometer.notification Module

Next topic

The ceilometer.neutron_client Module

This Page