The ceilometer.middleware Module

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

Bases: ceilometer.agent.plugin_base.NotificationBase

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(manager)[source]

Bases: ceilometer.middleware.HTTPRequest

Project Source

This Page