Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ceilometer: need to filter meter-id when doing sql querying | Vu Tran | 2014-05-21 | 1 | -8/+9 |
| | | | | | | | | | | | | | | | Currently statistic values for all the meters are the same, for example, 2 commands: $ ceilometer statistics -m cpu_util $ ceilometer statistics -m cpu return the same statistic values, and this is incorrect. It needs to query Ceilometer database for samples for the correct meter-id to calculate statistic. Signed-off-by: Vu Tran <vu.tran@windriver.com> | ||||
* | ceilometer: update to icehouse-rc1 | Bruce Ashfield | 2014-04-07 | 1 | -0/+40 |
Updating to the icehouse ceilometer, which has more functionality and features than the havana version. Also, we have to fix the resource query for postgres versus mysql. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> |