Yandex Monitoring metric reference
Written by
Updated at April 9, 2025
This section describes Compute Cloud metrics delivered to Monitoring.
The name of the metric is written to the name
label.
All Compute Cloud metrics share the service=compute
label.
Note
If the resource name is set, it will be returned in a response from Compute Cloud. Otherwise, the response will return the resource ID.
VM and disk metrics
Metric name Type, units |
Description Labels |
---|---|
cpu_usage DGAUGE , % |
VM CPU usage as a percentage. This value can exceed 100% if the VM consumes available process resources in excess of its guaranteed allocation. Labels: - resource_id: VM name or ID. - resource_type: Resource type. The only available value is vm . |
cpu_utilization DGAUGE , % |
Utilization of vCPUs as a percentage. It ranges from 0% to the vCPU performance level. Labels: - cpu_name: vCPU ID. - resource_id: VM name or ID. - resource_type: Resource type. The only available value is vm . |
disk.io_quota_utilization_percentage RATE , % |
Average percentage of disk quota usage. Labels: - disk: Disk name or ID. |
disk.io_quota_utilization_percentage_burst RATE , % |
Maximum percentage of disk quota usage. Labels: - disk: Disk name or ID. |
disk.read_bytes RATE , bytes per second |
Average number of bytes read from the VM disk. Labels: - disk: Disk name or ID. - instance: VM name or ID. |
disk.read_bytes_burst RATE , bytes per second |
Maximum number of bytes read from the VM disk. Labels: - disk: Disk name or ID. - instance: VM name or ID. |
disk.read_bytes_in_flight DGAUGE , bytes per second |
Average number of bytes being read from the VM disk at the current point in time. Labels: - disk: Disk name or ID. - instance: VM name or ID. |
disk.read_bytes_in_flight_burst DGAUGE , bytes per second |
Maximum number of bytes being read from the VM disk at the current point in time. Labels: - disk: Disk name or ID. - instance: VM name or ID. |
disk.read_errors RATE , operations per second |
Number of failed VM disk reads. Labels: - disk: Disk name or ID. - instance: VM name or ID. |
disk.read_latency HIST_RATE , milliseconds |
Distribution histogram for VM disk read request latency. Labels: - disk: Disk name or ID. - instance: VM name or ID. |
disk.read_ops RATE , operations per second |
Average number of VM disk read operations. Labels: - disk: Disk name or ID. - instance: VM name or ID. |
disk.read_ops_burst RATE , operations per second |
Maximum number of VM disk read operations. Labels: - disk: Disk name or ID. - instance: VM name or ID. |
disk.read_ops_in_flight DGAUGE , operations per second |
Average number of VM disk read operations at the current point in time. Labels: - disk: Disk name or ID. - instance: VM name or ID. |
disk.read_ops_in_flight_burst DGAUGE , operations per second |
Maximum number of VM disk read operations at the current point in time. Labels: - disk: Disk name or ID. - instance: VM name or ID. |
disk.read_throttler_delay HIST_RATE , milliseconds |
Histogram of read latency due to exceeding the VM disk quota. Labels: - disk: Disk name or ID. |
disk.write_bytes RATE , bytes per second |
Average number of bytes written to the VM disk. Labels: - disk: Disk name or ID. - instance: VM name or ID. |
disk.write_bytes_burst RATE , bytes per second |
Maximum number of bytes written to the VM disk. Labels: - disk: Disk name or ID. - instance: VM name or ID. |
disk.write_bytes_in_flight DGAUGE , bytes per second |
Average number of bytes being written to the VM disk at the current point in time. Labels: - disk: Disk name or ID. - instance: VM name or ID. |
disk.write_bytes_in_flight_burst DGAUGE , bytes per second |
Maximum number of bytes being written to the VM disk at the current point in time. Labels: - disk: Disk name or ID. - instance: VM name or ID. |
disk.write_errors RATE , operations per second |
Number of failed VM disk writes. Labels: - disk: Disk name or ID. - instance: VM name or ID. |
disk.write_latency HIST_RATE , milliseconds |
Distribution histogram for VM disk write request latency. Labels: - disk: Disk name or ID. - instance: VM name or ID. |
disk.write_ops RATE , operations per second |
Average number of VM disk write operations. Labels: - disk: Disk name or ID. - instance: VM name or ID. |
disk.write_ops_burst RATE , operations per second |
Maximum number of VM disk write operations. Labels: - disk: Disk name or ID. - instance: VM name or ID. |
disk.write_ops_in_flight DGAUGE , operations per second |
Average number of VM disk write operations at the current point in time. Labels: - disk: Disk name or ID. - instance: VM name or ID. |
disk.write_ops_in_flight_burst DGAUGE , operations per second |
Maximum number of VM disk write operations at the current point in time. Labels: - disk: Disk name or ID. - instance: VM name or ID. |
disk.write_throttler_delay HIST_RATE , milliseconds |
Histogram of write latency due to exceeding the VM disk quota. Labels: - disk: Disk name or ID. |
maintenance_event |
It is set to 1 if a maintenance event is active on the VM.Labels: - resource_id: VM name or ID. - resource_type: Resource type. The only available value is vm .- type: Maintenance event type, either migrate or restart . |
network_connections.quota_utilization DGAUGE , % |
Used quota Labels: - resource_id: VM name or ID. - resource_type: Resource type. The only available value is vm . |
network_connections.interface_quota_utilization DGAUGE , % |
Used quota Labels: - resource_id: VM name or ID. - resource_type: Resource type. The only available value is vm .- interface_number: VM network interface ID. |
network_received_bytes DGAUGE , bytes per second |
Number of bytes per second received on the VM network interface. Labels: - interface_number: VM network interface ID. - resource_id: VM name or ID. - resource_type: Resource type. The only available value is vm . |
network_received_packets DGAUGE , packets per second |
Number of packets per second received on the VM network interface. Labels: - interface_number: VM network interface ID. - resource_id: VM name or ID. - resource_type: Resource type. The only available value is vm . |
network_sent_bytes DGAUGE , bytes per second |
Number of bytes per second sent via the VM network interface. Labels: - interface_number: VM network interface ID. - resource_id: VM name or ID. - resource_type: Resource type. The only available value is vm . |
network_sent_packets DGAUGE , packets per second |
Number of packets per second sent via the VM network interface. Labels: - interface_number: VM network interface ID. - resource_id: VM name or ID. - resource_type: Resource type. The only available value is vm . |
File storage metrics
Labels shared by all file storage metrics:
Label | Value |
---|---|
filestore | File storage ID |
instance | VM name |
Metric name Type, units |
Description Labels |
---|---|
filestore.index_errors RATE , operations per second |
Number of failed indexing operations in the file storage |
filestore.index_ops RATE , operations per second |
Average number of indexing operations in the file storage |
filestore.read_bytes RATE , bytes per second |
Average number of bytes read from the file storage |
filestore.read_bytes_burst DGAUGE , bytes per second |
Maximum number of bytes read from the file storage |
filestore.read_errors RATE , operations per second |
Number of failed reads from the file storage |
filestore.read_latency RATE , milliseconds |
Distribution histogram for file storage read request latency. Special bin label: Histogram buckets. |
filestore.read_ops RATE , operations per second |
Average number of reads from the file storage |
filestore.read_ops_burst DGAUGE , operations per second |
Maximum number of reads from the file storage |
filestore.write_bytes RATE , bytes per second |
Average number of bytes written to the file storage |
filestore.write_bytes_burst DGAUGE , bytes per second |
Maximum number of bytes written to the file storage |
filestore.write_errors RATE , operations per second |
Number of failed writes to the file storage |
filestore.write_latency RATE , milliseconds |
Distribution histogram for file storage write request latency. Special bin label: Histogram buckets. |
filestore.write_ops RATE , operations per second |
Average number of writes to the file storage |
filestore.write_ops_burst DGAUGE , operations per second |
Maximum number of writes to the file storage |
Instance group metrics
Metric name Type, units |
Description Labels |
---|---|
average_utilization_in_zone DGAUGE |
Average resource usage for all VM instances in the availability zone. Labels: - resource_id: Instance group name or ID. - resource_type: Resource type. The only available value is instance_group .- zone_id: Availability zone ID. - source_metric: Metric name. |
average_utilization DGAUGE |
Average resource usage for all VM instances. Labels: - resource_id: Instance group name or ID. - resource_type: Resource type. The only available value is instance_group .- source_metric: Metric name. |
instances_count_in_zone IGAUGE , number |
Number of VM instances in the availability zone. Labels: - resource_id: Instance group name or ID. - resource_type: Resource type. The only available value is instance_group .- zone_id: Availability zone ID. |
instances_count IGAUGE , number |
Number of VM instances in the group. Labels: - resource_id: Instance group name or ID. - resource_type: Resource type. The only available value is instance_group . |
measured_percent_in_zone DGAUGE , % |
Percentage of VM CPU utilization in the availability zone. This value can exceed 100% if the VM consumes available process resources in excess of its guaranteed allocation. Labels: - resource_id: Instance group name or ID. - resource_type: Resource type. The only available value is instance_group .- zone_id: Availability zone ID. - source_metric: Metric name. |
summary_capacity_in_zone DGAUGE |
Total resource usage for all VM instances in the availability zone, which causes an increase in the instance group size. Labels: - resource_id: Instance group name or ID. - resource_type: Resource type. The only available value is instance_group .- zone_id: Availability zone ID. - source_metric: Metric name. |
summary_capacity DGAUGE |
Total resource usage for all VM instances, which causes an increase in the instance group size. Labels: - resource_id: Instance group name or ID. - resource_type: Resource type. The only available value is instance_group .- source_metric: Metric name. |
summary_utilization DGAUGE |
Total resource usage for all VM instances. Labels: - resource_id: Instance group name or ID. - resource_type: Resource type. The only available value is instance_group .- source_metric: Metric name. |
target_instances_count_in_zone IGAUGE , number |
Target number of VM instances in the availability zone. Labels: - resource_id: Instance group name or ID. - resource_type: Resource type. The only available value is instance_group .- zone_id: Availability zone ID. |
target_instances_count IGAUGE , number |
Target number of VM instances in the group. Labels: - resource_id: Instance group name or ID. - resource_type: Resource type. The only available value is instance_group . |
target_utilization DGAUGE |
Target resource usage per VM. Labels: - resource_id: Instance group name or ID. - resource_type: Resource type. The only available value is instance_group .- source_metric: Metric name. |
test_autoscale_target_instances_count_in_zone IGAUGE |
Number of target VM instances in the availability zone as set by the autoscaling policy. Labels: - resource_id: Instance group name or ID. - resource_type: Resource type. The only available value is instance_group .- zone_id: Availability zone ID. |
test_autoscale_target_instances_count IGAUGE |
Number of target VM instances in the group as set by the autoscaling policy. Labels: - resource_id: Instance group name or ID. - resource_type: Resource type. The only available value is instance_group . |
utilization_in_zone DGAUGE |
Total resource usage for all VM instances in the availability zone. Labels: - resource_id: Instance group name or ID. - resource_type: Resource type. The only available value is instance_group .- zone_id: Availability zone ID. - source_metric: Metric name. |