cloudkitty/cloudkitty/tests
Rafael Weingärtner abffd13426 Create 'use_all_resource_revisions' for Gnocchi collector
This option is useful when using Gnocchi with the patch introduced in
https://github.com/gnocchixyz/gnocchi/pull/1059. That patch can
cause queries to return more than one entry per granularity (
timespan), according to the revisions a resource has. This can be
problematic when using the 'mutate' option of Cloudkitty. Therefore,
we proposed this option to allow operators to discard all
datapoints returned from Gnocchi, but the last one in the
granularity queried by CloudKitty. The default behavior is
maintained, which means, CloudKitty always use all of the data
points returned.

Change-Id: I051ae1fa3ef6ace9aa417f4ccdca929dab0274b2
2020-11-20 08:36:50 -03:00
..
api Adjust hacking tests to fix py38 support 2020-08-24 16:41:44 -03:00
cli Support upgrade checks 2019-02-04 08:42:21 +00:00
collectors Create 'use_all_resource_revisions' for Gnocchi collector 2020-11-20 08:36:50 -03:00
common Use unittest.mock instead of third party mock 2020-08-13 09:43:50 +00:00
fetchers Add a Monasca fetcher 2020-09-09 15:09:09 -03:00
gabbi Merge "Update hacking for Python3" 2020-09-07 13:06:03 +00:00
storage Merge "Update hacking for Python3" 2020-09-07 13:06:03 +00:00
utils_tests Replace tz.UTC with dateutil.tz.tzutc() 2020-08-21 15:58:38 +02:00
__init__.py Adjust hacking tests to fix py38 support 2020-08-24 16:41:44 -03:00
samples.py Add DataPoint/DataFrame objects 2019-08-22 07:39:01 +00:00
test_config.py Delete v2 gnocchi storage 2019-02-01 16:53:05 +01:00
test_dataframe.py Replace tz.UTC with dateutil.tz.tzutc() 2020-08-21 15:58:38 +02:00
test_hacking.py Adjust hacking tests to fix py38 support 2020-08-24 16:41:44 -03:00
test_hashmap.py Use unittest.mock instead of third party mock 2020-08-13 09:43:50 +00:00
test_keystone_fetcher.py Use unittest.mock instead of third party mock 2020-08-13 09:43:50 +00:00
test_orchestrator.py Use unittest.mock instead of third party mock 2020-08-13 09:43:50 +00:00
test_policy.py Update oslo.policy and oslo.context usage 2019-12-12 15:54:51 +00:00
test_pyscripts.py Use unittest.mock instead of third party mock 2020-08-13 09:43:50 +00:00
test_rating.py Use unittest.mock instead of third party mock 2020-08-13 09:43:50 +00:00
test_state.py Removing author identification in all files 2019-07-22 12:21:54 +00:00
test_storage_state.py Use unittest.mock instead of third party mock 2020-08-13 09:43:50 +00:00
utils.py Add DataPoint/DataFrame objects 2019-08-22 07:39:01 +00:00