Commit bc8409d
committed
Add three new keyword fields to the metric_desc.names properties
to support tool-power metrics collection:
- endpoint: BMC endpoint identifier (IP/hostname)
- sensor: Sensor name (e.g., power_envelope, soc_power)
- metric: Metric type (e.g., consumed, capacity, limit, soc, envelope)
These fields are added to the v8dev metric_desc definition in cdm.js.
The v9dev metric_desc inherits these changes via deepClone so both versions
receive the new fields.1 parent 5bf6086 commit bc8409d
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| 237 | + | |
237 | 238 | | |
238 | 239 | | |
239 | 240 | | |
| |||
267 | 268 | | |
268 | 269 | | |
269 | 270 | | |
| 271 | + | |
270 | 272 | | |
271 | 273 | | |
272 | 274 | | |
| |||
292 | 294 | | |
293 | 295 | | |
294 | 296 | | |
| 297 | + | |
295 | 298 | | |
296 | 299 | | |
297 | 300 | | |
| |||
0 commit comments