ironic/releasenotes/notes/metrics-notifier-information-17858c8e27c795d7.yaml
Julia Kreger b5d44d3aaf Make metrics usable
Metric notifications were hard coded with a value indicating
"ipmi" for all hardware types and management interfaces which
offer sensor data to be transmitted as a metric notification.

Also adds a node_name field to allow processors to leverage
the node name as opposed to needing ironic API or database access
to construct enough data to make metrics notifications usable.

Change-Id: I1116bd5812f3715bd7d6d1bf34df932f81702147
2019-03-14 15:29:04 -07:00

14 lines
531 B
YAML

---
features:
- |
Notification events for metrics data now contains a ``node_name``
field to assist operators with relating metrics data being transmitted
by the conductor service.
fixes:
- |
Notification event types now include the hardware type name string as
opposed to a static string of "ipmi". This allows event processors and
operators to understand what the actual notification event data source
is as opposed to having to rely upon fingerprints of the data to make
such determinations.