kolla-ansible/releasenotes/notes/openstack-exporter-nova-version-9e75cb7ec04658f2.yaml
Pierre Riteau 41fba3c5df Support setting Nova API microversion for openstack-exporter
Starting from v1.5.0 of the exporter, OS_COMPUTE_API_VERSION can be set
to configure the Nova API version to be used [1]. Microversion 2.1 can
be used to keep metrics unmodified from the previous exporter version
deployed by Kolla (v1.3.0).

Support it with prometheus_openstack_exporter_compute_api_version,
defaulting to using the latest version.

[1] https://github.com/openstack-exporter/openstack-exporter/pull/201

Change-Id: I7605a3f9f74effb29ecec3b28e4709fd5f7f8cd4
2022-06-23 17:11:50 +02:00

8 lines
305 B
YAML

---
features:
- |
Adds support for configuring the Openstack Compute API microversion used by
the OpenStack exporter for Prometheus using the
``prometheus_openstack_exporter_compute_api_version`` variable. The default
value is ``latest``, matching the default behaviour of the exporter.