b5d44d3aaf
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
14 lines
531 B
YAML
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.
|