Yandex Compute Cloud metrics
Written by
Updated at October 8, 2024
This section describes the 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 the 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 utilization as a percentage. The value can exceed 100% if a VM consumes more resources than the guaranteed amount. Labels: - resource_id: VM name or ID. - resource_type: Resource type. The only available value is vm . |
cpu_utilization DGAUGE , % |
Utilization of VM CPU cores (vCPUs) as a percentage. It ranges from 0% to the vCPU performance level. Labels: - cpu_name: CPU core 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 read operations. Labels: - disk: Disk name or ID. - instance: VM name or ID. |
disk.read_latency HIST_RATE , ms |
Distribution histogram for the processing times of VM disk read requests. 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 , ms |
Histogram of the read operations latency caused by 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 write operations. Labels: - disk: Disk name or ID. - instance: VM name or ID. |
disk.write_latency HIST_RATE , ms |
Distribution histogram for the processing times of VM disk write requests. 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 , ms |
Histogram of the write operations latency caused by exceeding the VM disk quota. Labels: - disk: Disk name or ID. |
maintenance_event |
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 a 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 a 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 a 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 a 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
Common labels for 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 a file storage |
filestore.read_bytes_burst DGAUGE , bytes per second |
Maximum number of bytes read from a file storage |
filestore.read_errors RATE , operations per second |
Number of read operations from a file storage that ended with an error |
filestore.read_latency RATE , ms |
Histogram of the distribution of processing time for read requests from a file storage. Special bin label: Histogram buckets. |
filestore.read_ops RATE , operations per second |
Average number of read operations from a file storage |
filestore.read_ops_burst DGAUGE , operations per second |
Maximum number of read operations from a file storage |
filestore.write_bytes RATE , bytes per second |
Average number of bytes written to a file storage |
filestore.write_bytes_burst DGAUGE , bytes per second |
Maximum number of bytes written to a file storage |
filestore.write_errors RATE , operations per second |
Number of write operations to a file storage that ended with an error |
filestore.write_latency RATE , ms |
Histogram of the distribution of processing time for write requests to a file storage. Special bin label: Histogram buckets. |
filestore.write_ops RATE , operations per second |
Average number of write operations to a file storage |
filestore.write_ops_burst DGAUGE , operations per second |
Maximum number of write operations to a file storage |
Instance group metrics
Metric name Type, units |
Description Labels |
---|---|
average_utilization_in_zone DGAUGE |
Average resource usage for all VMs 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 VMs. 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 VMs 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 VMs in the instance 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. The value can exceed 100% if a VM consumes more resources than the guaranteed amount. 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. |
region_workload DGAUGE |
Workload per VM in the group. Labels: - resource_id: Instance group name or ID. - resource_type: Resource type. The only available value is instance_group .- source_metric: Metric name. |
summary_capacity_in_zone DGAUGE |
Total resource usage for all VMs in the availability zone, which causes an increase in the 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 VMs, which causes an increase in the 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 VMs. 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 VMs 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 VMs in the instance 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. |
target_workload DGAUGE |
Target workload per VM in the instance group or availability zone. 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 |
Target number of 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 |
Target number of 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 VMs 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. |
zone_workload DGAUGE |
Workload per VM 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. |