ceilometer.pipeline.event Module¶ceilometer.pipeline.event.EventEndpoint(conf, publisher)[source]¶Bases: ceilometer.pipeline.base.MainNotificationEndpoint
error(notifications)[source]¶Convert message at error level to Ceilometer Event.
| Parameters: | notifications – list of notifications | 
|---|
event_types = []¶ceilometer.pipeline.event.EventPipeline(conf, source, sink)[source]¶Bases: ceilometer.pipeline.base.Pipeline
Represents a pipeline for Events.
default_grouping_key = ['event_type']¶ceilometer.pipeline.event.EventPipelineManager(conf, partition=False)[source]¶Bases: ceilometer.pipeline.base.PipelineManager
pm_pipeline¶alias of EventPipeline
pm_source¶alias of EventSource
pm_type = 'event'¶ceilometer.pipeline.event.EventSink(conf, cfg, transformer_manager, publisher_manager)[source]¶ceilometer.pipeline.event.EventSource(cfg)[source]¶Bases: ceilometer.pipeline.base.PipelineSource
Represents a source of events.
In effect it is a set of notification handlers capturing events for a set of matching notifications.
ceilometer.pipeline.event.InterimEventEndpoint(conf, publisher, pipe_name)[source]¶ 
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.