deb-ceilometer/ceilometer/storage
Ilya Tyaptin 1d73a6f12f Cast Int64 values to int, float in statistics
Currently statistics requests fail with type errors.
It causes by the fact that pymongo returns bson.Int64
instead of float or int for big nums. It affects a `cpu`
meter usually.

Change-Id: I744a9f79a4bbc3b2ecdd73c126b0859f3f8a733c
Closes-bug: #1532661
2016-03-04 12:53:54 +03:00
..
hbase Remove unused variable 2016-02-15 09:26:22 +01:00
mongo Cast Int64 values to int, float in statistics 2016-03-04 12:53:54 +03:00
sqlalchemy Remove alarming code 2015-11-24 13:44:58 +01:00
__init__.py remove default=None for config options 2016-02-16 20:50:03 +08:00
base.py Enhances get_meters to return unique meters 2016-01-24 22:16:19 -08:00
impl_db2.py Trival: Remove unused logging import 2015-12-26 13:33:30 +08:00
impl_hbase.py Remove unused variable 2016-02-15 09:26:22 +01:00
impl_log.py Enhances get_meters to return unique meters 2016-01-24 22:16:19 -08:00
impl_mongodb.py Cast Int64 values to int, float in statistics 2016-03-04 12:53:54 +03:00
impl_sqlalchemy.py Set None explicitly to filter options. 2016-02-11 19:56:54 +05:30
models.py Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00
pymongo_base.py Merge "Enhances get_meters to return unique meters" 2016-01-29 07:47:05 +00:00