ironic-prometheus-exporter 1.1.1 (train)
We exuberantly announce the release of: ironic-prometheus-exporter 1.1.1: Prometheus Exporter for Ironic Hardware Sensor data This release is part of the train stable release series. The source is available from: https://opendev.org/openstack/ironic-prometheus-exporter Download the package from: https://tarballs.openstack.org/ironic-prometheus-exporter/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/ironic- prometheus-exporter For more details, please see below. 1.1.1 ^^^^^ Bug Fixes * Fixes the bug in the redfish parser that would raise *Duplicated timeseries in CollectorRegistry: {'metric_name'}* when a metric have more that one value and different values for the labels. * Fixes the value for *instance_uuid* field when the value is *None* in all parsers, we will use the same value of *node_uuid* in *instance_uuid*. Changes in ironic-prometheus-exporter 1.1.0..1.1.1 -------------------------------------------------- 66dc3e2 Stop calling LOG.info on every function calls ce5e422 Add documentation 2db9036 DevStack support and Redfish job 4a6d613 Fix None for instance_uuid label 212e553 Fix timeseries in redfish parser 198f95f Update TOX/UPPER_CONSTRAINTS_FILE for stable/train ae34e59 Update .gitreview for stable/train Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 90 + README.rst | 89 +- bindep.txt | 4 + devstack/plugin.sh | 116 + devstack/settings | 3 + ironic_prometheus_exporter/parsers/header.py | 4 +- ironic_prometheus_exporter/parsers/ipmi.py | 11 +- ironic_prometheus_exporter/parsers/redfish.py | 20 +- .../notification-header-with-none.json | 17 + .../notification-ipmi-none-instance_uuid.json | 2348 ++++++++++++++++++++ .../notification-redfish-none-instance_uuid.json | 67 + ironic_prometheus_exporter/utils.py | 17 + ...ries-in-collectorregistry-78f6828eca3a0607.yaml | 6 + .../notes/none_instance_uuid-651a6c17a998c010.yaml | 5 + tox.ini | 20 +- 25 files changed, 3066 insertions(+), 106 deletions(-)
participants (1)
-
no-reply@openstack.org