osism / issues

This repository is used for bug reports that are cross-project or not bound to a specific repository (or to an unknown repository).
https://www.osism.tech
1 stars 1 forks source link

openstack exporter: metric openstack_nova_server_status reports <nil> for flavor_id #808

Closed mario-minners closed 7 months ago

mario-minners commented 11 months ago

Hi,

The Openstack exporter is very old and can therefore no longer handle newer nova api microversions. This is shown by the fact that some data is no longer available in the metrics, for example the flavor_id is missing in the openstack_nova_server_status metric. Unfortunately, this is not the only example as the pull list shows: https://github.com/openstack-exporter/openstack-exporter/pulls?q=is%3Apr+is%3Aclosed . Is it somehow possible that we can prevent the openstack exporter from being rolled out with prometheus so that we can deploy it ourselves until the project releases a new version that you can build with kolla?

berendt commented 11 months ago

You can disable the deployment of the openstack-exporter with enable_prometheus_openstack_exporter: false in environments/kolla/configuration.yml.

berendt commented 10 months ago

A release will be made this week. We can then make the change in the upstream and a backport of it. Then we will have a current version at the beginning of January. Maybe even at the end of December.

mario-minners commented 10 months ago

Thar are good news!