Azure VM Scale Set
Overview
Virtual machine scale sets are Azure Compute resources used to deploy, manage, and autoscale a set of identical VMs and get metrics from Azure Virtual Machine Scale Set to:
- Visualize the performance of Virtual Machine Scale Sets.
- Correlate the performance of Virtual Machine Scale Sets with all applications.
Metrics
azure.vmscaleset.cpu.consumed.credits | Total number of credits consumed by the Virtual Machine | Count |
azure.vmscaleset.cpu.remaining.credits | Total number of credits available to burst | Count |
azure.vmscaleset.disk.queue.length | OS Disk Queue Depth(or Queue Length) | Count |
azure.vmscaleset.disk.read.bytes.per.sec | Bytes read from disk during monitoring period | Bytes |
azure.vmscaleset.disk.read.ops.per.sec | Disk Read IOPS | Read |
azure.vmscaleset.disk.write.bytes.per.sec | Bytes written to disk during monitoring period | Bytes |
azure.vmscaleset.disk.write.ops.per.sec | Disk Write IOPS | Write |
azure.vmscaleset.inbound.flows | Inbound Flows are number of current flows in the inbound direction (traffic going into the VM) | Count |
azure.vmscaleset.maximum.inbound.flows.per.sec | The maximum creation rate of inbound flows (traffic going into the VM) | Count |
azure.vmscaleset.outbound.flows | Outbound Flows are number of current flows in the outbound direction (traffic going out of the VM) | Count |
azure.vmscaleset.maximum.outbound.flows.per.sec | The maximum creation rate of outbound flows (traffic going out of the VM) | Count |
azure.vmscaleset.network.in.bytes.rate | The number of billable bytes received on all network interfaces by the Virtual Machine(s) (Incoming Traffic) | Bytes |
azure.vmscaleset.network.out.bytes.rate | The number of billable bytes out on all network interfaces by the Virtual Machine(s) (Outgoing Traffic) | Bytes |
azure.vmscaleset.cpu.percent | The percentage of allocated compute units that are currently in use by the Virtual Machine(s) | Percentage |
azure.vmscaleset.data.disk.io.cache.read.hit.percent | Premium Data Disk Cache Read Hit | Percentage |
azure.vmscaleset.data.disk.io.cache.read.miss.percent | Premium Data Disk Cache Read Miss | Percentage |
azure.vmscaleset.disk.io.cache.read.hit.percent | Premium OS Disk Cache Read Hit | Percentage |
azure.vmscaleset.disk.io.cache.read.miss.percent | Premium OS Disk Cache Read Miss | Percentage |