mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
Add system CPU metrics to metrics-v3 (#19560)
endpoint: /minio/metrics/v3/system/cpu metrics: - minio_system_cpu_avg_idle - minio_system_cpu_avg_iowait - minio_system_cpu_load - minio_system_cpu_load_perc - minio_system_cpu_nice - minio_system_cpu_steal - minio_system_cpu_system - minio_system_cpu_user
This commit is contained in:
@@ -139,6 +139,18 @@ The standard metrics groups for ProcessCollector and GoCollector are not shown b
|
||||
| `minio_system_memory_shared` | `gauge` | Shared memory on the node | `server` |
|
||||
| `minio_system_memory_available` | `gauge` | Available memory on the node | `server` |
|
||||
|
||||
### `/system/cpu`
|
||||
|
||||
| Name | Type | Help | Labels |
|
||||
|-------------------------------|---------|------------------------------------|----------|
|
||||
| `minio_system_cpu_avg_idle` | `gauge` | Average CPU idle time | `server` |
|
||||
| `minio_system_cpu_avg_iowait` | `gauge` | Average CPU IOWait time | `server` |
|
||||
| `minio_system_cpu_load` | `gauge` | CPU load average 1min | `server` |
|
||||
| `minio_system_cpu_load_perc` | `gauge` | CPU load average 1min (percentage) | `server` |
|
||||
| `minio_system_cpu_nice` | `gauge` | CPU nice time | `server` |
|
||||
| `minio_system_cpu_steal` | `gauge` | CPU steal time | `server` |
|
||||
| `minio_system_cpu_system` | `gauge` | CPU system time | `server` |
|
||||
| `minio_system_cpu_user` | `gauge` | CPU user time | `server` |
|
||||
|
||||
### `/system/network/internode`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user