Skip to content

Commit c87ab45

Browse files
committed
Merge branch '517' into stage
2 parents 97a7cf9 + a3ef46b commit c87ab45

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

content/cumulus-linux-517/Monitoring-and-Troubleshooting/Open-Telemetry-Export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3280,7 +3280,7 @@ CPU statistics include the CPU core number and operation mode (user, system, idl
32803280
| `nvswitch_platform_info_last_reboot_time` | Time of last reboot in ns since epoch.|
32813281
| `nvswitch_platform_info_last_reboot_reason` | Information about the last reboot reason of a component.|
32823282
| `nvswitch_platform_info_firmware_version` | Information about the firmware version of a component.|
3283-
| `nvswitch_platform_info_hw_details` | *Component hardware details such as the version, model name, part number, serial number, and type.|
3283+
| `nvswitch_platform_info_hw_details` | *Component hardware details such as the version, model name, part number, serial number, type, and name.|
32843284
32853285
{{< /tab >}}
32863286
{{< /tabs >}}

content/cumulus-linux-517/Monitoring-and-Troubleshooting/gNMI Streaming.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -670,11 +670,12 @@ An asterisk (*) in the `Description` column of the tables below indicates that m
670670

671671
| Name | Description |
672672
|------ | ----------- |
673-
| `/components/component[name]/state/serial-no` | *Serial number of the chasis, keyed by component name.|
674-
| `/components/component[name]/state/part-no` | *Part number of the chasis, keyed by component name.|
675-
| `/components/component[name]/state/model-name`| *Model name of the chasis.|
676-
| `/components/component[name]/state/hardware-version`| *Hardware version of the chasis.|
677-
| `/components/component[name]/state/type`| *Chasis type.|
673+
| `/components/component[name]/state/serial-no` | *Component serial number, keyed by component name.|
674+
| `/components/component[name]/state/part-no` | *Component part number, keyed by component name.|
675+
| `/components/component[name]/state/model-name`| *Component model name.|
676+
| `/components/component[name]/state/hardware-version`| *Component hardware version.|
677+
| `/components/component[name]/state/type`| *Component type.|
678+
| `/components/component[name]/state/name`| *Component name.|
678679
| `/components/component[name]/storage/state/counters/rotation-rate-rpm` | Disk rotation rate in RPMs (supported only on SATA disks). |
679680
| `/components/component[name]/storage/state/counters/write-cache` | Indicates whether the disk has a write cache (supported only on SATA disks). |
680681
| `/components/component[name]/storage/state/counters/write-cache-enabled` | Indicates whether the disk write cache is enabled. (supported only on SATA disks) |

content/cumulus-linux-517/Whats-New/New-and-Updated-Telemetry-Metrics.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ The following tables list the new, updated, and deprecated gNMI and OTEL metrics
163163
{{< tab "Platform">}}
164164
| Name | Description |
165165
|------ | ----------- |
166+
| `/components/component[name]/state/name` | Component name.|
166167
| `/components/component[name]/state/serial-no` | Component serial number, keyed by component name.|
167168
| `/components/component[name]/state/part-no` | Component part number, keyed by component name.|
168169
| `/components/component[name]/state/model-name`| Component model name.|
@@ -328,7 +329,7 @@ The following tables list the new, updated, and deprecated gNMI and OTEL metrics
328329

329330
| Name | Description |
330331
|------ | ----------- |
331-
| `nvswitch_platform_info_hw_details` | Hardware details such as the version, model name, part number, serial number, and type.|
332+
| `nvswitch_platform_info_hw_details` | Hardware details such as the version, model name, part number, serial number, type, and name.|
332333

333334
{{< /tab >}}
334335
{{< /tabs >}}

0 commit comments

Comments
 (0)