0c841abf26
At present, when using timestamp to filter resource or sample data, ceilometer is using gte for start_timestamp and lt for end_timestamp. This fix will pass the timestamp operator in the request to the storage level to support gt operator for the start_timestamp and le for the end_stamp. The changes will be applied to the get_resources and get_samples methods of hbase, mongodb and sqlalchemy. Change-Id: I3fb7651b588400df804ab8bb522084e766744f96 Fixes: Bug 1193926 |
||
---|---|---|
.. | ||
__init__.py | ||
base.py | ||
test_base.py | ||
test_get_engine.py | ||
test_impl_hbase.py | ||
test_impl_log.py | ||
test_impl_mongodb.py | ||
test_impl_sqlalchemy.py | ||
test_models.py | ||
test_register_opts.py |