ceilometer/ceilometer/pipeline
gord chung 911b973d70 queues per manager rather than per pipeline
currently we create queue per pipeline which is not necessary. it
creates more memory usage and doesn't necessarily distribute
work more effectively. this hashes data to queues based on
manager but still internally, the data is destined to specific
pipeline based on event_type. this will minimise queue usage while
keeping internal code path the same.

Change-Id: I0ccd51f13457f208fe2ccedb6e680c91e132f78f
2017-11-16 14:43:46 -05:00
..
data Rename magnum events 2017-10-25 11:49:07 +13:00
__init__.py move pipeline out of __init__ 2017-11-16 14:43:46 -05:00
base.py queues per manager rather than per pipeline 2017-11-16 14:43:46 -05:00
event.py remove redundant filter check 2017-11-16 14:43:46 -05:00
sample.py remove redundant filter check 2017-11-16 14:43:46 -05:00