8a0f80ad91
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
8 lines
272 B
YAML
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.
|