Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Monitoring
  • Getting started
  • Access management
  • Terraform reference
    • All metric references
    • API Gateway
    • Application Load Balancer
    • Audit Trails
    • BareMetal
    • Certificate Manager
    • Cloud Backup
    • Cloud CDN
    • Cloud Functions
    • Cloud Logging
    • Cloud Notification Service
    • Compute Cloud
    • Container Registry
    • Yandex Data Processing
    • Data Transfer
    • Cloud DNS
    • Identity and Access Management
    • Yandex IoT Core
    • Key Management Service
    • Yandex Lockbox
    • Managed Service for Apache Airflow™
    • Managed Service for Apache Kafka®
    • Managed Service for ClickHouse®
    • Managed Service for Greenplum®
    • Managed Service for GitLab
    • Managed Service for Kubernetes
    • Managed Service for MongoDB
    • Managed Service for MySQL®
    • Managed Service for OpenSearch
    • Managed Service for PostgreSQL
    • Yandex Managed Service for Valkey™
    • Managed Service for YDB
    • Message Queue
    • Monitoring
    • Network Load Balancer
    • Object Storage
    • SmartCaptcha
    • Smart Web Security
    • Unified Agent
  • Release notes

In this article:

  • VM and disk metrics
  • File storage metrics
  • Instance group metrics
  1. Metric reference
  2. Compute Cloud

Yandex Compute Cloud metrics

Written by
Yandex Cloud
Updated at April 28, 2025
  • VM and disk metrics
  • File storage metrics
  • Instance group metrics

This section describes Compute Cloud metrics delivered to Monitoring.

The name label stores the metric name.

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 on VM network connections, 0% to 100%.
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 on VM network interface connections, 0% to 100%.
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. This metric features the bin special label containing 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. This metric features the bin special label containing 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, count
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, count
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, count
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, count
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.

Was the article helpful?

Previous
Cloud Notification Service
Next
Container Registry
© 2025 Direct Cursus Technology L.L.C.