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 transmits a timestamp — the time the metric was collected. You can convert the value using online services, for example, on the 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
The cloud server namespace is 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 | Amount of memory used by the cloud server |
|
| memory_usage_ratio Gauge, % | Percentage of RAM being used by the cloud server |
|
| memory_major_faults_total Counter, items | Number of major page faults that have occurred on the cloud server since it was last started (major page faults) |
|
| disk_meta_info Gauge, UNIT | Cloud server disk metadata |
|
| disk_write_requests_rate Gauge, operations/s | Number of write operations per second on 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 operations for flushing 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 received per second on the cloud server network interface |
|
| network_transmit_packets_rate Gauge, packets/s | Number of packets transmitted per second through the cloud server network interface |
|
| network_receive_bits_rate Gauge, bits/s | Number of bits received per second on the cloud server network interface |
|
| network_transmit_bits_rate Gauge, bits/s | Number of bits transmitted per second through the cloud server network interface |
|