The ceilometer.event.endpoint Module

class ceilometer.event.endpoint.EventsNotificationEndpoint(manager)[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 at info level 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]

Previous topic

The ceilometer.event.converter Module

Next topic

The ceilometer.event.storage.base Module

This Page