We are tickled pink to announce the release of: ironic-prometheus-exporter 4.7.0 This release is part of the gazpacho 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://bugs.launchpad.net/ironic-prometheus-exporter/+bugs For more details, please see below. 4.7.0 ^^^^^ New Features ************ * Adds new metric labels for Redfish metrics, this is based on the new data exposed from the Ironic sensor data via *Extra* field. * Adds support for parsing iDRAC sensor data metrics via redfish parser. A new metrics *baremetal_temperature_status* was also added. Bug Fixes ********* * Fixed a bug where status metrics failed to differentiate between warning and critical states, showing a value of 1 for both. The metrics now show a value of 1 for Warning and 2 for Critical. Changes in ironic-prometheus-exporter 4.6.0..4.7.0 -------------------------------------------------- 6cd0a5a reno: Update master for unmaintained/2024.1 320933f Adds new metric label for Redfish metrics 6451a89 Change tests to read sample file once ec80028 [IPE] Support iDRAC driver metrics 63598f0 Update master for stable/2025.2 Diffstat (except docs and test files) ------------------------------------- ironic_prometheus_exporter/messaging.py | 3 + .../parsers/metrics_information/redfish.json | 8 +- ironic_prometheus_exporter/parsers/redfish.py | 116 +++++-- .../notification-redfish-extra-info.json | 72 +++++ .../export-hardware-extra-b28be849cd76467d.yaml | 4 + .../notes/idrac-metrics-83480d59c49b13ca.yaml | 10 + releasenotes/source/2024.1.rst | 2 +- releasenotes/source/2025.2.rst | 6 + releasenotes/source/index.rst | 1 + 13 files changed, 804 insertions(+), 56 deletions(-)