The ceilometer.event.endpoint ModuleΒΆ
-
class
ceilometer.event.endpoint.EventsNotificationEndpoint(transporter)[source] Bases:
object-
error(ctxt, publisher_id, event_type, payload, metadata)[source] Convert error message to Ceilometer Event.
Parameters: - ctxt – oslo.messaging context
- publisher_id – publisher of the notification
- event_type – type of notification
- payload – notification payload
- metadata – metadata about the notification
-
info(ctxt, publisher_id, event_type, payload, metadata)[source] Convert message to Ceilometer Event.
Parameters: - ctxt – oslo.messaging context
- publisher_id – publisher of the notification
- event_type – type of notification
- payload – notification payload
- metadata – metadata about the notification
-
process_notification(notification)[source]
-