The ceilometer.profiler.notifications ModuleΒΆ

class ceilometer.profiler.notifications.ProfilerNotifications(transporter)[source]

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

get_targets(conf)[source]

Return a sequence of oslo.messaging.Target

It is defining the exchange and topics to be connected for this plugin. :param conf: Configuration.

process_notification(message)[source]

Previous topic

The ceilometer.profiler Module

Next topic

The ceilometer.data_processing Module

This Page