Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/ceilometer/+spec/aggregation-and-rolling-up. Description: This is an umbrella blueprint for such features as: - Aggregation data - Queries precalculations (including Big Data processing) (later) - Rolling up sample data All of these features have one thing in common: there should be some 'manager' that will start corresponding process (e.g. 'aggregation' or 'archivation'). Besides, I believe that the same logic and even the code may be reused for implementing all the features. E.g. Rolling up may be processed using some Big Data service (2 and 3 may be combined), aggregation is the same as rolling up but without data removing and so on. So all of these features should be very flexible and we need to work out the pluggable architecture that may be easy extensible. Example for Mongo: https://etherpad.openstack.org/p/ceilometer-aggregation Specification URL (additional information): None