Update list.md node_cpu wording (#18878)

This commit is contained in:
Cesar N
2024-01-26 18:57:58 -08:00
committed by GitHub
parent c88308cf0e
commit 1a91edecae
+3 -3
View File
@@ -353,10 +353,10 @@ For deployments behind a load balancer, use the load balancer hostname instead o
## Network Interface Metrics ## Network Interface Metrics
| Name | Description | | Name | Description |
|:------------------------------|:----------------------------------------------| |:------------------------------|:-----------------------------------------------------------|
| `minio_node_if_rx_bytes` | Bytes received on the interface in 60s. | | `minio_node_if_rx_bytes` | Bytes received on the interface in 60s. |
| `minio_node_if_rx_bytes_avg` | Bytes received on the interface in 60s (avg). | | `minio_node_if_rx_bytes_avg` | Bytes received on the interface in 60s (avg) since uptime. |
| `minio_node_if_rx_bytes_max` | Bytes received on the interface in 60s (max). | | `minio_node_if_rx_bytes_max` | Bytes received on the interface in 60s (max) since uptime. |
| `minio_node_if_rx_errors` | Receive errors in 60s. | | `minio_node_if_rx_errors` | Receive errors in 60s. |
| `minio_node_if_rx_errors_avg` | Receive errors in 60s (avg). | | `minio_node_if_rx_errors_avg` | Receive errors in 60s (avg). |
| `minio_node_if_rx_errors_max` | Receive errors in 60s (max). | | `minio_node_if_rx_errors_max` | Receive errors in 60s (max). |