cloudkitty/cloudkitty/collector
Luka Peschke 45f0a00d56 Made metric conf validation more generic
This patchs aims at reducing the amout of code required by a collector for
metric validation (meaning no code at all in case the collector doesn't
require any additional metric collection parameters).

The following work has been done:

* Fixed the "check_configuration" method of the base collector and made it
  return data in the same format as its child classes.

* Made each collector call the "check_configuration" method of the
  base collector.

* Added some metric conf validation test cases

* Added details to docstrings in the base collector

Change-Id: Ib74f57602dd4413b9513dda7e161e02f1f60c619
2018-12-17 10:52:41 +01:00
..
__init__.py Made metric conf validation more generic 2018-12-17 10:52:41 +01:00
exceptions.py Don't raise NoDataCollected in case of collect error 2018-11-14 11:07:21 +00:00
fake.py Improve User Experience by adding an info REST entrypoint 2017-01-09 08:51:42 +01:00
gnocchi.py Made metric conf validation more generic 2018-12-17 10:52:41 +01:00
meta.py Remove deprecated APIs and method in cloudkitty 2017-11-29 09:50:18 +00:00
monasca.py Made metric conf validation more generic 2018-12-17 10:52:41 +01:00
prometheus.py Made metric conf validation more generic 2018-12-17 10:52:41 +01:00