The ceilometer.middleware Module

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

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

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

Previous topic

The ceilometer.meter.notifications Module

Next topic

The ceilometer.network.floatingip Module

Project Source

This Page