The ceilometer.middleware ModuleΒΆ

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

Bases: ceilometer.agent.plugin_base.NotificationBase, ceilometer.agent.plugin_base.NonMetricNotificationBase

static 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.

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

Bases: ceilometer.middleware.HTTPRequest