7bfe768c8b
Changes have been made on the query building process happening inside the PrometheusCollector which now has a new configuration option: Under collector_prometheus/extra_args section: * aggregation_method: Aggregation method to use on Prometheus metrics Aggregation method can be one of the following: * avg * count * max (default) * min * stddev * stdvar * sum Depends-On: https://review.openstack.org/#/c/636157/ Change-Id: I8aec9918df0a9b5fb66d1afa620e1ff0af128247 Story: 2004974 Task: 29430
7 lines
200 B
YAML
7 lines
200 B
YAML
---
|
|
features:
|
|
- |
|
|
Prometheus collector now supports, under extra_args section,
|
|
an aggregation_method option to decide which aggregation
|
|
method is to be performed over collected metrics.
|