Skip to content

Commit

Permalink
Added references for VM Scale Sets
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyBarnes committed Oct 3, 2023
1 parent e295e37 commit cb4a70b
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions services/Compute/virtualMachineScaleSets/alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
criterionType: StaticThresholdCriterion
threshold: 80.0
autoMitigate: false
references:
- name: Supported Metrics for Microsoft.Compute/virtualMachineScaleSets
url: https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-compute-virtualmachinescalesets-metrics
- name: OS Disk IOPS Consumed Percentage
description: Percentage of operating system disk I/Os consumed per minute
type: Metric
Expand All @@ -37,6 +40,9 @@
criterionType: StaticThresholdCriterion
threshold: 95.0
autoMitigate: false
references:
- name: Supported Metrics for Microsoft.Compute/virtualMachineScaleSets
url: https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-compute-virtualmachinescalesets-metrics
- name: Data Disk IOPS Consumed Percentage
description: Percentage of data disk I/Os consumed per minute
type: Metric
Expand All @@ -56,6 +62,9 @@
criterionType: StaticThresholdCriterion
threshold: 95.0
autoMitigate: false
references:
- name: Supported Metrics for Microsoft.Compute/virtualMachineScaleSets
url: https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-compute-virtualmachinescalesets-metrics
- name: Outbound Flows
description: Outbound Flows are number of current flows in the outbound direction
(traffic going out of the VM)
Expand All @@ -76,6 +85,9 @@
criterionType: StaticThresholdCriterion
threshold: 100000.0
autoMitigate: false
references:
- name: Supported Metrics for Microsoft.Compute/virtualMachineScaleSets
url: https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-compute-virtualmachinescalesets-metrics
- name: Inbound Flows
description: Inbound Flows are number of current flows in the inbound direction
(traffic going into the VM)
Expand All @@ -96,6 +108,9 @@
criterionType: StaticThresholdCriterion
threshold: 100000.0
autoMitigate: false
references:
- name: Supported Metrics for Microsoft.Compute/virtualMachineScaleSets
url: https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-compute-virtualmachinescalesets-metrics
- name: Available Memory Bytes
description: Amount of physical memory, in bytes, immediately available for allocation
to a process or for system use in the Virtual Machine
Expand All @@ -116,6 +131,9 @@
criterionType: StaticThresholdCriterion
threshold: 1000000000.0
autoMitigate: false
references:
- name: Supported Metrics for Microsoft.Compute/virtualMachineScaleSets
url: https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-compute-virtualmachinescalesets-metrics
- name: Network In Total
description: The number of bytes received on all network interfaces by the Virtual
Machine(s) (Incoming Traffic)
Expand All @@ -141,6 +159,9 @@
- '*'
threshold: 700000000.0
autoMitigate: false
references:
- name: Supported Metrics for Microsoft.Compute/virtualMachineScaleSets
url: https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-compute-virtualmachinescalesets-metrics
- name: Network Out Total
description: The number of bytes out on all network interfaces by the Virtual Machine(s)
(Outgoing Traffic)
Expand All @@ -166,6 +187,9 @@
- '*'
threshold: 700000000.0
autoMitigate: false
references:
- name: Supported Metrics for Microsoft.Compute/virtualMachineScaleSets
url: https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-compute-virtualmachinescalesets-metrics
- name: VmAvailabilityMetric
description: Measure of Availability of Virtual machines over time.
type: Metric
Expand All @@ -190,6 +214,9 @@
- '*'
threshold: 1.0
autoMitigate: false
references:
- name: Supported Metrics for Microsoft.Compute/virtualMachineScaleSets
url: https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-compute-virtualmachinescalesets-metrics
- name: Disk Read Operations/Sec
description: Disk Read IOPS
type: Metric
Expand All @@ -212,6 +239,9 @@
minFailingPeroidsToAlert: minFailingPeroidsToAlert
alertSensitivity: Low
autoMitigate: false
references:
- name: Supported Metrics for Microsoft.Compute/virtualMachineScaleSets
url: https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-compute-virtualmachinescalesets-metrics
- name: Disk Write Operations/Sec
description: Disk Write IOPS
type: Metric
Expand All @@ -234,3 +264,6 @@
minFailingPeroidsToAlert: minFailingPeroidsToAlert
alertSensitivity: Low
autoMitigate: false
references:
- name: Supported Metrics for Microsoft.Compute/virtualMachineScaleSets
url: https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-compute-virtualmachinescalesets-metrics

0 comments on commit cb4a70b

Please sign in to comment.