Skip to content

Commit 5751ebf

Browse files
authored
Merge pull request #301598 from neilverse/main
Added Mellanox Metrics Details to BMM Metrics
2 parents fa6fef7 + d14644c commit 5751ebf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

articles/operator-nexus/list-of-metrics-collected.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,17 @@ Baremetal server metrics are collected and delivered to Azure Monitor per minute
348348
|CpuUsageSystem|CPU|CPU Usage System|Count|Percentage of time that the CPU is in system mode. In the absence of data, this metric will default to 0|Host, CPU|
349349
|CpuUsageTotal|CPU|CPU Usage Total|Percent|Percentage of time that the CPU is active (not idle). In the absence of data, this metric will default to 150|Host, CPU|
350350
|CpuUsageUser|CPU|CPU Usage User|Count|Percentage of time that the CPU is in user mode. In the absence of data, this metric will default to 0|Host, CPU|
351+
| MellanoxEffectivePhysicalBer | Mellanox | Effective Physical BER | Count | This point in time metric represents the number of errors that occurred in the physical layer of the network since the last collection. This metric is used for assessing the quality and reliability of the network link. In the absence of data, this metric will retain the most recent value emitted | Host, Interface Name |
352+
| MellanoxEffectivePhysicalErrors | Mellanox | Effective Physical Errors | Count | This point in time metric represents the number of physical layer errors that have been detected and could not be corrected by error correction mechanisms since the last collection. These errors are critical for assessing the quality and reliability of the network link. In the absence of data, this metric will retain the most recent value emitted | Host, Interface Name |
353+
| MellanoxMstregTemperature | Mellanox | MST Register Temperature | Unspecified | Temperature (in Celsius) reported by the MST (Mellanox Software Tools) register. In the absence of data, this metric will retain the most recent value emitted | Host, Interface Name |
354+
| MellanoxRxBytesPhy | Mellanox | Received Bytes | Bytes | This point in time metric represents the number of bytes that have been successfully received by the network interface at the physical layer since the last collection. In the absence of data, this metric will retain the most recent value emitted | Host, Interface Name |
355+
| MellanoxRxCorrectedBitsPhy | Mellanox | Corrected Bits | Count | This point in time metric represents the number of bits corrected by the network device since the last collection. In the absence of data, this metric will retain the most recent value emitted | Host, Interface Name |
356+
| MellanoxRxCorrectedRate | Mellanox | Corrected Bit Rate | Percent | Rate of corrected bits by the network device, the rate is determined by the number of corrected bits divided by the number of RX bytes received in the given time frame. In the absence of data, this metric will retain the most recent value emitted | Host, Interface Name |
357+
| MellanoxRxCrcErrorsPhy | Mellanox | CRC Errors | Count | This point in time metric represents the number of CRC errors encountered by the network device since the last collection. In the absence of data, this metric will retain the most recent value emitted | Host, Interface Name |
358+
| MellanoxRxErrorRate | Mellanox | Network Error Rate | Percent | Rate of errors encountered by the network device as determined by the number of MellanoxRxPcsSymbolErrPhy errors divided by the number of RX bytes in a specific time frame and indicates the errors that FEC could not correct. In the absence of data, this metric will retain the most recent value emitted | Host, Interface Name |
359+
| MellanoxRxPcsSymbolErrPhy | Mellanox | PCS Symbol Errors | Count | This point in time metric represents the number of PCS symbol errors encountered by the network device since the last collection. In the absence of data, this metric will retain the most recent value emitted | Host, Interface Name |
360+
| MellanoxRxSymbolErrPhy | Mellanox | Symbol Errors | Count | This point in time metric represents the number of symbol errors encountered by the network device since the last collection. In the absence of data, this metric will retain the most recent value emitted | Host, Interface Name |
361+
| MellanoxStatusOpcode | Mellanox | Status Opcode | Count | The status code indicates the status or condition of a Mellanox network device. For example a status opcode of 0 indicates that the device is functioning normally with no errors detected. See Mellanox documentation for the definition of error codes. In the absence of data, this metric will retain the most recent value emitted | Host, Interface Name |
351362

352363
## Storage Appliances
353364
All the metrics from Storage appliance are collected and delivered to Azure Monitor per minute.

0 commit comments

Comments
 (0)