Metrics Reference
This instruction describes the product metrics collected by the service.
The list of products that support metrics will be expanded.
Dedicated Servers
Monitoring is supported by servers with a KVM console, which is available for every dedicated server, except for the Chipcore product line servers and servers in a dedicated rack — see more on the Servers in a Dedicated Rack page on selectel.ru.
The set of IPMI metrics may differ depending on the server model.
Each metric contains a timestamp — the time the metric was collected. You can convert the value using online services, for example, on the website unixtimestamp.com.
| Metric name Type, unit of measurement | Description | Labels |
|---|---|---|
| ipmi_bmc_info Gauge, UNIT | BMC (Baseboard Management Controller) metadata — firmware, manufacturer, and others. The metric value is always 1 |
|
| up Gauge, bool | Checking the availability of the metric source:
|
|
| ipmi_up Gauge, bool | Checking IPMI availability:
|
|
| ipmi_scrape_duration_seconds Gauge, seconds | Time taken for IPMI exporter to collect metrics |
|
| ipmi_sel_events_count_by_state Gauge, count | Number of events from the SEL (System Event Log), grouped by event criticality level |
|
| ipmi_chassis_cooling_fault_state Gauge, bool | Server cooling system status:
|
|
| ipmi_chassis_drive_fault_state Gauge, bool | Drive status:
|
|
| ipmi_chassis_power_state Gauge, bool | Server power status:
|
|
| ipmi_fan_speed_state Gauge, enum | Fan status:
|
|
| ipmi_power_state Gauge, enum | Server component power status:
|
|
| ipmi_temperature_state Gauge, enum | Server component temperature status:
|
|
| ipmi_voltage_state Gauge, enum | Voltage status:
|
|
| ipmi_sensor_state Gauge, enum | Server component status:
|
|
| ipmi_fan_speed_rpm Gauge, RPM | Fan rotation speed |
|
| ipmi_power_watts Gauge, watts | Power consumption |
|
| ipmi_temperature_celsius Gauge, degrees °C | Server component temperature |
|
| ipmi_voltage_volts Gauge, volts | Voltage |
|
| ipmi_sensor_value Gauge | IPMI sensor data. The unit of measurement depends on the sensor type |
|
Cloud servers
Metrics are collected at the hypervisor level and reflect the physical state of cloud servers and their resources — CPU, memory, disks, and network. Metric collection does not depend on the state of the guest OS. Metrics are collected even if the cloud server is booting, is under high load, or is not responding over the network. Metrics are not collected only when the cloud server is turned off.
Cloud server namespace – compute.
| Metric name Type, unit of measurement | Description | Labels |
|---|---|---|
| server_meta_info Gauge, UNIT | Cloud server metadata |
|
| server_state_info Gauge, UNIT | Current cloud server status:
|
|
| cpu_count Gauge, count | Number of vCPUs on the cloud server |
|
| vcpu_usage_ratio Gauge, % | Utilization of each cloud server vCPU in % |
|
| cpu_usage_ratio Gauge, % | Cloud server CPU utilization in % |
|
| memory_total_bytes Gauge, bytes | Memory size on the cloud server |
|
| memory_usage_bytes Gauge, bytes | Memory size used by the cloud server |
|
| memory_usage_ratio Gauge, % | percentage of RAM used by the cloud server |
|
| memory_major_faults_total Counter, units | number of major page faults (major page faults) that have occurred on the cloud server since its last startup |
|
| 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 read operations for the cloud server disk |
|
| disk_write_requests_limit Gauge, operations/s | Maximum number of write operations for the cloud server disk |
|
| disk_flush_requests_rate Gauge, operations/s | Number of cache flush operations for the cloud server disk |
|
| 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 | Metadata of cloud server network interfaces |
|
| network_receive_packets_rate Gauge, packets/s | Number of packets per second received on the cloud server network interface |
|
| 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 cloud server network interface |
|
| network_transmit_bits_rate Gauge, bits/s | Number of bits per second sent through the cloud server network interface |
|