openstack-helm-images/prometheus-openstack-exporter/exporter
Steven Fitzpatrick 20f9ad4756 [fix] Openstack Exporter - Handle Duplicate Values
The CollectorRegistry object does not allow an identical
metric to be added, which occasionally happens when the nova,
neutron and hypervisor collectors update their caches.

Also,
  - The cinder endpoint has been updated to v3 to resolve a 404
    which was occuring during metric collection.
  - Extra logging settings were removed from files. Log level and format
    are now set in main.py
  - misc pep8 fixes to imports and newlines

Change-Id: Ia0bebdc1a39b25bdeae47d01625cfb7b89d132eb
2020-04-09 16:44:53 +00:00
..
__init__.py Add Prometheus openstack exporter image 2019-06-25 02:47:47 +00:00
base.py [fix] Openstack Exporter - Handle Duplicate Values 2020-04-09 16:44:53 +00:00
check_os_api.py [fix] Openstack Exporter - Handle Duplicate Values 2020-04-09 16:44:53 +00:00
cinder_services.py [fix] Openstack Exporter - Handle Duplicate Values 2020-04-09 16:44:53 +00:00
hypervisor_stats.py [fix] Openstack Exporter - Handle Duplicate Values 2020-04-09 16:44:53 +00:00
main.py [fix] Openstack Exporter - Handle Duplicate Values 2020-04-09 16:44:53 +00:00
neutron_agents.py [fix] Openstack Exporter - Handle Duplicate Values 2020-04-09 16:44:53 +00:00
nova_services.py [fix] Openstack Exporter - Handle Duplicate Values 2020-04-09 16:44:53 +00:00
oscache.py [fix] Openstack Exporter - Handle Duplicate Values 2020-04-09 16:44:53 +00:00
osclient.py [fix] Openstack Exporter - Handle Duplicate Values 2020-04-09 16:44:53 +00:00