Skip to main content

Metrics Directory

Last update:

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
DescriptionLabels
server_meta_info
Gauge, UNIT
Cloud server metadata
  • project_name - project name;
  • server_uuid - The ID of the cloud server;
  • server_name - cloud server name
server_state_info
Gauge, UNIT

The current status of the cloud server:

  • 0 (no state) - The server state is unknown or undefined;
  • 1 (running) - the server is running;
  • 2 (blocked) - the server is blocked (waiting for resources or completion of a disk read or write operation);
  • 3 (paused) - server suspended;
  • 4 (shutdown) - the server shuts down;
  • 5 (shut off) - the server is stopped and shut down;
  • 6 (crashed) - the server crashed;
  • 7 (pmsuspended) - server suspended and hibernated
  • server_uuid - Cloud server ID
cpu_count
Gauge, pieces
Number of vCPUs of the cloud server
  • server_uuid - Cloud server ID
vcpu_usage_ratio
Gauge, %
Utilization of each of the vCPUs of the cloud server in %
  • server_uuid - The ID of the cloud server;
  • vcpu - virtual processor number
cpu_usage_ratio
Gauge, %
Cloud server CPU utilization in %
  • server_uuid - Cloud server ID
memory_total_bytes
Gauge, bytes
Storage size on the cloud server
  • server_uuid - Cloud server ID
memory_usage_bytes
Gauge, bytes
Memory size used by the cloud server
  • server_uuid - Cloud server ID
memory_usage_ratio
Gauge, %
Percentage of RAM that is used by the cloud server
  • server_uuid - Cloud server ID
memory_major_faults_total
Counter, pieces
The number of major page faults that have occurred on the cloud server since it was last launched
  • server_uuid - Cloud server ID
disk_meta_info
Gauge, UNIT
Cloud server disk metadata
  • server_uuid - The ID of the cloud server;
  • disk_uuid - The disk ID of the cloud server;
  • disk_type="network" / "file" - disk type
disk_write_requests_rate
Gauge, operations/s
Number of write operations per second to the cloud server disk
  • server_uuid - The ID of the cloud server;
  • disk_uuid - Cloud server disk ID
disk_read_requests_rate
Gauge, operations/s
Number of read operations per second from the cloud server disk
  • server_uuid - The ID of the cloud server;
  • disk_uuid - Cloud server disk ID
disk_read_requests_limit
Gauge, operations/s
Maximum number of cloud server disk read operations
  • server_uuid - The ID of the cloud server;
  • disk_uuid - Cloud server disk ID
disk_write_requests_limit
Gauge, operations/s
Maximum number of cloud server disk write operations
  • server_uuid - The ID of the cloud server;
  • disk_uuid - Cloud server disk ID
disk_flush_requests_rate
Gauge, operations/s
Number of operations to clear the cloud server disk cache
  • server_uuid - The ID of the cloud server;
  • disk_uuid - Cloud server disk ID
disk_read_bytes_rate
Gauge, bytes/s
Number of bytes per second read from the cloud server disk
  • server_uuid - The ID of the cloud server;
  • disk_uuid - Cloud server disk ID
disk_write_bytes_rate
Gauge, bytes/s
Number of bytes per second written to the cloud server disk
  • server_uuid - The ID of the cloud server;
  • disk_uuid - Cloud server disk ID
network_meta_info
Gauge, UNIT
Cloud server network interface metadata
  • server_uuid - The ID of the cloud server;
  • virtual_interface - Cloud server port ID
network_receive_packets_rate
Gauge, packets/s
Number of packets per second received on the network interface of the cloud server
  • server_uuid - The ID of the cloud server;
  • virtual_interface - Cloud server port ID
network_transmit_packets_rate
Gauge, packets/s
Number of packets per second transmitted through the cloud server network interface
  • server_uuid - The ID of the cloud server;
  • virtual_interface - Cloud server port ID
network_receive_bits_rate
Gauge, bits/s
Number of bits per second received on the network interface of the cloud server
  • server_uuid - The ID of the cloud server;
  • virtual_interface - Cloud server port ID
network_receive_bits_rate
Gauge, bits/s
Number of bits per second sent through the cloud server network interface
  • server_uuid - The ID of the cloud server;
  • virtual_interface - Cloud server port ID