Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/ceilometer/+spec/statistics-order-by-and-limit-for-grouped-query. Description: For /meters/statistics/ and for sample-statistics (https://blueprints.launchpad.net/ceilometer/+spec/sample-api), when aggregated by GroupBy: It should be possible to order the results by a meter and a value ( e.g. cpu_util and avg ) and then limit the result. User stories: 1. A user want to see Top5 cpu consumers. 2. User want to see table with average statistics of his nova instances (multiple meters) over last month, with pagination and ordering ( whole table will be obtained by one sample-api request ) Specification URL (additional information): None