Metrics Directory
These instructions describe the metrics on the products that are collected by the service.
The list of products that support metrics will continue to grow.
Cloud servers
| Metric Name Type, unit of measure | Description | Labels |
|---|---|---|
| server_meta_info Gauge, UNIT | Cloud server metadata |
|
| server_state_info Gauge, UNIT | The current status of the cloud server:
|
|
| cpu_count Gauge, pieces | Number of vCPUs of the cloud server |
|
| vcpu_usage_ratio Gauge, % | Utilization of each of the vCPUs of the cloud server in % |
|
| cpu_usage_ratio Gauge, % | Cloud server CPU utilization in % |
|
| memory_total_bytes Gauge, bytes | Storage size on the cloud server |
|
| memory_usage_bytes Gauge, bytes | Memory size used by the cloud server |
|
| memory_usage_ratio Gauge, % | Percentage of RAM that is used by the cloud server |
|
| memory_major_faults_total Counter, pieces | The number of major page faults that have occurred on the cloud server since it was last launched |
|
| disk_meta_info Gauge, UNIT | Cloud server disk metadata |
|
| disk_write_requests_rate Gauge, operations/s | Number of write operations per second to the cloud server disk |
|
| disk_read_requests_rate Gauge, operations/s | Number of read operations per second from the cloud server disk |
|
| disk_read_requests_limit Gauge, operations/s | Maximum number of cloud server disk read operations |
|
| disk_write_requests_limit Gauge, operations/s | Maximum number of cloud server disk write operations |
|
| disk_flush_requests_rate Gauge, operations/s | Number of operations to clear the cloud server disk cache |
|
| disk_read_bytes_rate Gauge, bytes/s | Number of bytes per second read from the cloud server disk |
|
| disk_write_bytes_rate Gauge, bytes/s | Number of bytes per second written to the cloud server disk |
|
| network_meta_info Gauge, UNIT | Cloud server network interface metadata |
|
| network_receive_packets_rate Gauge, packets/s | Number of packets per second received on the network interface of the cloud server |
|
| network_transmit_packets_rate Gauge, packets/s | Number of packets per second transmitted through the cloud server network interface |
|
| network_receive_bits_rate Gauge, bits/s | Number of bits per second received on the network interface of the cloud server |
|
| network_receive_bits_rate Gauge, bits/s | Number of bits per second sent through the cloud server network interface |
|