The ceilometer.dns.notifications Module

class ceilometer.dns.notifications.DnsMetricsNotificationBase(manager)[source]

Bases: ceilometer.agent.plugin_base.NotificationBase

Base class for DNSaaS(Designate) notifications.

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.

class ceilometer.dns.notifications.DomainExists(manager)[source]

Bases: ceilometer.dns.notifications.DnsMetricsNotificationBase

Handles DNS domain exists notification.

Emits a sample for a measurable audit interval.

process_notification(message)[source]

Previous topic

The ceilometer.dispatcher.http Module

Next topic

The ceilometer.energy.kwapi Module

This Page