cloudkitty/releasenotes/notes/add-re-aggregation-method-option-gnocchi-collector-249917a14c4fc721.yaml
Luka Peschke 8a0f80ad91 Allow reaggregation method to be specified in the gnocchi collector
This introduces a new option to the gnocchi collector: "re_aggregation_method".
It allows to specify an aggregation method that's different from the
retrieved aggregate type for dynamic aggregation.

Work items:

* Added a "re_aggregation_method" to the gnocchi collector
* Updated the documentation
* Added some unit tests

Change-Id: Id176c99a8cfc7761ba2a67c89a5521d23505ecb5
2019-12-03 10:39:50 +00:00

8 lines
272 B
YAML

---
features:
- |
It is now possible to differentiate the aggregation method from the
aggregate type in the gnocchi collector, in case the retrieved aggregates
need to be re-aggregated. This has been introduced with the
``re_aggregation_method`` option.