diff --git a/services/AnalysisServices/servers/alerts.yaml b/services/AnalysisServices/servers/alerts.yaml index e4a68958a..f0750f181 100644 --- a/services/AnalysisServices/servers/alerts.yaml +++ b/services/AnalysisServices/servers/alerts.yaml @@ -16,6 +16,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 8000000000.0 + autoMitigate: false - name: qpu_metric description: QPU. Range 0-100 for S1, 0-200 for S2 and 0-400 for S4 type: Metric @@ -34,3 +35,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 90.0 + autoMitigate: false diff --git a/services/ApiManagement/service/alerts.yaml b/services/ApiManagement/service/alerts.yaml index 4842d0b99..fddd8f7a8 100644 --- a/services/ApiManagement/service/alerts.yaml +++ b/services/ApiManagement/service/alerts.yaml @@ -16,6 +16,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 5000.0 + autoMitigate: false - name: Capacity description: 'Utilization metric for ApiManagement service. Note: For skus other than Premium, ''Max'' aggregation will show the value as 0.' @@ -35,6 +36,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false - name: BackendDuration description: Duration of Backend Requests in milliseconds type: Metric @@ -53,6 +55,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 15000.0 + autoMitigate: false - name: Duration description: Overall Duration of Gateway Requests in milliseconds type: Metric @@ -71,6 +74,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 3000.0 + autoMitigate: false - name: FailedRequests description: Number of failures in gateway requests - Use multi-dimension request metric with GatewayResponseCodeCategory dimension instead @@ -90,6 +94,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 1.0 + autoMitigate: false - name: UnauthorizedRequests description: Number of unauthorized gateway requests - Use multi-dimension request metric with GatewayResponseCodeCategory dimension instead @@ -109,6 +114,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 1.0 + autoMitigate: false - name: TotalRequests description: Number of gateway requests - Use multi-dimension request metric with GatewayResponseCodeCategory dimension instead @@ -128,3 +134,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false diff --git a/services/App/containerApps/alerts.yaml b/services/App/containerApps/alerts.yaml index 6104d5e2f..a1c5ed898 100644 --- a/services/App/containerApps/alerts.yaml +++ b/services/App/containerApps/alerts.yaml @@ -17,6 +17,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 450000000.0 + autoMitigate: false - name: WorkingSetBytes description: Container App working set memory used in bytes. type: Metric @@ -35,6 +36,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 500000000.0 + autoMitigate: false - name: RestartCount description: Restart count of container app replicas type: Metric @@ -53,6 +55,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 2.0 + autoMitigate: false - name: Replicas description: Number of replicas count of container app type: Metric @@ -71,3 +74,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 7.0 + autoMitigate: false diff --git a/services/AppConfiguration/configurationStores/alerts.yaml b/services/AppConfiguration/configurationStores/alerts.yaml index 2e4ea2b0f..d02ecb266 100644 --- a/services/AppConfiguration/configurationStores/alerts.yaml +++ b/services/AppConfiguration/configurationStores/alerts.yaml @@ -16,3 +16,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 10.0 + autoMitigate: false diff --git a/services/Batch/batchAccounts/alerts.yaml b/services/Batch/batchAccounts/alerts.yaml index 4db508e10..65b70a3d6 100644 --- a/services/Batch/batchAccounts/alerts.yaml +++ b/services/Batch/batchAccounts/alerts.yaml @@ -16,6 +16,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 2.5 + autoMitigate: false - name: OfflineNodeCount description: Number of offline nodes type: Metric @@ -34,6 +35,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: TaskFailEvent description: Total number of tasks that have completed in a failed state type: Metric @@ -52,3 +54,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false diff --git a/services/Cache/Redis/alerts.yaml b/services/Cache/Redis/alerts.yaml index 009ad778f..716ca8b59 100644 --- a/services/Cache/Redis/alerts.yaml +++ b/services/Cache/Redis/alerts.yaml @@ -17,6 +17,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 85.0 + autoMitigate: false - name: usedmemorypercentage description: The percentage of cache memory used for key/value pairs. For more details, see https://aka.ms/redis/metrics. @@ -36,6 +37,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 70.0 + autoMitigate: false - name: connectedclients description: The number of client connections to the cache. For more details, see https://aka.ms/redis/metrics. @@ -55,6 +57,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 750.0 + autoMitigate: false - name: cacheRead description: The amount of data read from the cache in bytes per second. For more details, see https://aka.ms/redis/metrics. @@ -74,6 +77,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 46875000.0 + autoMitigate: false - name: percentProcessorTime description: The CPU utilization of the Azure Redis Cache server as a percentage. For more details, see https://aka.ms/redis/metrics. @@ -93,6 +97,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 90.0 + autoMitigate: false - name: cacheLatency description: The latency to the cache in microseconds. For more details, see https://aka.ms/redis/metrics. type: Metric @@ -111,6 +116,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 10000.0 + autoMitigate: false - name: usedmemoryRss description: The amount of cache memory used in MB, including fragmentation and metadata. For more details, see https://aka.ms/redis/metrics. @@ -130,6 +136,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 11000000000.0 + autoMitigate: false - name: errors description: The number errors that occured on the cache. For more details, see https://aka.ms/redis/metrics. @@ -149,6 +156,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: allusedmemorypercentage description: The percentage of cache memory used for key/value pairs. For more details, see https://aka.ms/redis/metrics. @@ -168,6 +176,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false - name: usedmemory description: The amount of cache memory used for key/value pairs in the cache in MB. For more details, see https://aka.ms/redis/metrics. @@ -187,6 +196,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 4000000000.0 + autoMitigate: false - name: totalcommandsprocessed description: The total number of commands processed by the cache server. For more details, see https://aka.ms/redis/metrics. @@ -206,6 +216,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 500.0 + autoMitigate: false - name: allserverLoad description: The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages. For more details, see https://aka.ms/redis/metrics. @@ -225,6 +236,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 50.0 + autoMitigate: false - name: allpercentprocessortime description: The CPU utilization of the Azure Redis Cache server as a percentage. For more details, see https://aka.ms/redis/metrics. @@ -244,6 +256,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 90.0 + autoMitigate: false - name: allconnectedclients description: The number of client connections to the cache. For more details, see https://aka.ms/redis/metrics. @@ -263,6 +276,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 100.0 + autoMitigate: false - name: allusedmemory description: The amount of cache memory used for key/value pairs in the cache in MB. For more details, see https://aka.ms/redis/metrics. @@ -282,6 +296,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 200000000.0 + autoMitigate: false - name: cachemissrate description: The % of get requests that miss. For more details, see https://aka.ms/redis/metrics. type: Metric @@ -300,6 +315,7 @@ operator: GreaterThanOrEqual criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false - name: evictedkeys description: The number of items evicted from the cache. For more details, see https://aka.ms/redis/metrics. type: Metric @@ -318,3 +334,4 @@ operator: GreaterThanOrEqual criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false diff --git a/services/Cdn/profiles/alerts.yaml b/services/Cdn/profiles/alerts.yaml index 3e4939706..a0b5fdd3c 100644 --- a/services/Cdn/profiles/alerts.yaml +++ b/services/Cdn/profiles/alerts.yaml @@ -18,6 +18,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 100.0 + autoMitigate: false - name: ByteHitRatio description: This is the ratio of the total bytes served from the cache compared to the total response bytes @@ -37,6 +38,7 @@ operator: LessThan criterionType: StaticThresholdCriterion threshold: 90.0 + autoMitigate: false - name: OriginHealthPercentage description: The percentage of successful health probes from AFDX to backends. type: Metric @@ -55,6 +57,7 @@ operator: LessThan criterionType: StaticThresholdCriterion threshold: 95.0 + autoMitigate: false - name: RequestCount description: The number of client requests served by the HTTP/S proxy type: Metric @@ -73,6 +76,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 10000.0 + autoMitigate: false - name: Percentage5XX description: The percentage of all the client requests for which the response status code is 5XX @@ -92,3 +96,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 10.0 + autoMitigate: false diff --git a/services/CognitiveServices/accounts/alerts.yaml b/services/CognitiveServices/accounts/alerts.yaml index c837fd5b4..47e16d488 100644 --- a/services/CognitiveServices/accounts/alerts.yaml +++ b/services/CognitiveServices/accounts/alerts.yaml @@ -16,6 +16,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 60000.0 + autoMitigate: false - name: TotalErrors description: Total number of calls with error response (HTTP response code 4xx or 5xx). @@ -35,6 +36,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 5.0 + autoMitigate: false - name: TotalCalls description: Total number of calls. type: Metric @@ -53,6 +55,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 1000.0 + autoMitigate: false - name: TokenTransaction description: Number of Inference Tokens Processed on an OpenAI Model type: Metric @@ -71,6 +74,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 120000.0 + autoMitigate: false - name: ServerErrors description: Number of calls with service internal error (HTTP response code 5xx). type: Metric @@ -89,6 +93,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: ClientErrors description: Number of calls with client side error (HTTP response code 4xx). type: Metric @@ -107,6 +112,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: SuccessRate description: 'Availability percentage with the following calculation: (Total Calls - Server Errors)/Total Calls. Server Errors include any HTTP responses >=500.' @@ -126,6 +132,7 @@ operator: LessThan criterionType: StaticThresholdCriterion threshold: 99.9 + autoMitigate: false - name: BlockedCalls description: Number of calls that exceeded rate or quota limit. type: Metric @@ -144,3 +151,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false diff --git a/services/Compute/cloudServices/alerts.yaml b/services/Compute/cloudServices/alerts.yaml index 0dd38a3b5..bc9cb07c3 100644 --- a/services/Compute/cloudServices/alerts.yaml +++ b/services/Compute/cloudServices/alerts.yaml @@ -17,3 +17,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 90.0 + autoMitigate: false diff --git a/services/Compute/virtualMachineScaleSets/alerts.yaml b/services/Compute/virtualMachineScaleSets/alerts.yaml index 34f2111bf..6cea4ffb4 100644 --- a/services/Compute/virtualMachineScaleSets/alerts.yaml +++ b/services/Compute/virtualMachineScaleSets/alerts.yaml @@ -17,6 +17,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false - name: OS Disk IOPS Consumed Percentage description: Percentage of operating system disk I/Os consumed per minute type: Metric @@ -35,6 +36,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 95.0 + autoMitigate: false - name: Data Disk IOPS Consumed Percentage description: Percentage of data disk I/Os consumed per minute type: Metric @@ -53,6 +55,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 95.0 + autoMitigate: false - name: Outbound Flows description: Outbound Flows are number of current flows in the outbound direction (traffic going out of the VM) @@ -72,6 +75,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 100000.0 + autoMitigate: false - name: Inbound Flows description: Inbound Flows are number of current flows in the inbound direction (traffic going into the VM) @@ -91,6 +95,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 100000.0 + autoMitigate: false - 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 @@ -110,6 +115,7 @@ operator: LessThan criterionType: StaticThresholdCriterion threshold: 1000000000.0 + autoMitigate: false - name: Network In Total description: The number of bytes received on all network interfaces by the Virtual Machine(s) (Incoming Traffic) @@ -134,6 +140,7 @@ values: - '*' threshold: 700000000.0 + autoMitigate: false - name: Network Out Total description: The number of bytes out on all network interfaces by the Virtual Machine(s) (Outgoing Traffic) @@ -158,6 +165,7 @@ values: - '*' threshold: 700000000.0 + autoMitigate: false - name: VmAvailabilityMetric description: Measure of Availability of Virtual machines over time. type: Metric @@ -181,6 +189,7 @@ values: - '*' threshold: 1.0 + autoMitigate: false - name: Disk Read Operations/Sec description: Disk Read IOPS type: Metric @@ -202,6 +211,7 @@ numberOfEvaluationPeriods: 4 minFailingPeroidsToAlert: minFailingPeroidsToAlert alertSensitivity: Low + autoMitigate: false - name: Disk Write Operations/Sec description: Disk Write IOPS type: Metric @@ -223,3 +233,4 @@ numberOfEvaluationPeriods: 4 minFailingPeroidsToAlert: minFailingPeroidsToAlert alertSensitivity: Low + autoMitigate: false diff --git a/services/ContainerInstance/containerGroups/alerts.yaml b/services/ContainerInstance/containerGroups/alerts.yaml index 5493ef335..92a879ac1 100644 --- a/services/ContainerInstance/containerGroups/alerts.yaml +++ b/services/ContainerInstance/containerGroups/alerts.yaml @@ -16,6 +16,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 2700000000.0 + autoMitigate: false - name: CpuUsage description: CPU usage on all cores in millicores. type: Metric @@ -42,6 +43,7 @@ numberOfEvaluationPeriods: 4 minFailingPeroidsToAlert: minFailingPeroidsToAlert alertSensitivity: Low + autoMitigate: false - name: NetworkBytesReceivedPerSecond description: The network bytes received per second. type: Metric @@ -63,6 +65,7 @@ numberOfEvaluationPeriods: 4 minFailingPeroidsToAlert: minFailingPeroidsToAlert alertSensitivity: Low + autoMitigate: false - name: NetworkBytesTransmittedPerSecond description: The network bytes transmitted per second. type: Metric @@ -84,3 +87,4 @@ numberOfEvaluationPeriods: 4 minFailingPeroidsToAlert: minFailingPeroidsToAlert alertSensitivity: Low + autoMitigate: false diff --git a/services/ContainerRegistry/registries/alerts.yaml b/services/ContainerRegistry/registries/alerts.yaml index 8e72f71dd..3993c7434 100644 --- a/services/ContainerRegistry/registries/alerts.yaml +++ b/services/ContainerRegistry/registries/alerts.yaml @@ -19,6 +19,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 429496729600.0 + autoMitigate: false - name: SuccessfulPullCount description: Number of successful image pulls type: Metric @@ -37,6 +38,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 50.0 + autoMitigate: false - name: SuccessfulPushCount description: Number of successful image pushes type: Metric @@ -55,3 +57,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 10.0 + autoMitigate: false diff --git a/services/ContainerService/managedClusters/alerts.yaml b/services/ContainerService/managedClusters/alerts.yaml index 8ab7ce9af..2ad06ddae 100644 --- a/services/ContainerService/managedClusters/alerts.yaml +++ b/services/ContainerService/managedClusters/alerts.yaml @@ -17,6 +17,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 95.0 + autoMitigate: false - name: node_memory_working_set_percentage description: Container working set memory used in percent type: Metric @@ -35,6 +36,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 100.0 + autoMitigate: false - name: node_disk_usage_percentage description: Disk space used in percent by device type: Metric @@ -53,6 +55,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false - name: node_memory_rss_percentage description: Container RSS memory used in percent type: Metric @@ -71,6 +74,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false - name: kube_pod_status_phase description: Number of pods by phase type: Metric @@ -94,6 +98,7 @@ values: - failed threshold: 0.0 + autoMitigate: false - name: cluster_autoscaler_cluster_safe_to_autoscale description: Determines whether or not cluster autoscaler will take action on the cluster @@ -113,6 +118,7 @@ operator: LessThan criterionType: StaticThresholdCriterion threshold: 1.0 + autoMitigate: false - name: kube_node_status_condition description: Statuses for various node conditions type: Metric @@ -136,6 +142,7 @@ values: - notready threshold: 0.0 + autoMitigate: false - name: cluster_autoscaler_unschedulable_pods_count description: Number of pods that are currently unschedulable in the cluster type: Metric @@ -154,6 +161,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: kube_pod_status_ready description: Number of pods in Ready state type: Metric @@ -172,6 +180,7 @@ operator: LessThan criterionType: StaticThresholdCriterion threshold: 1.0 + autoMitigate: false - name: kube_node_status_allocatable_memory_bytes description: Total amount of available memory in a managed cluster type: Metric @@ -190,6 +199,7 @@ operator: LessThan criterionType: StaticThresholdCriterion threshold: 1000000000.0 + autoMitigate: false - name: kube_node_status_allocatable_cpu_cores description: Total number of available cpu cores in a managed cluster type: Metric @@ -208,3 +218,4 @@ operator: LessThan criterionType: StaticThresholdCriterion threshold: 2.0 + autoMitigate: false diff --git a/services/DBforMariaDB/servers/alerts.yaml b/services/DBforMariaDB/servers/alerts.yaml index 9b55b538b..3cebbf078 100644 --- a/services/DBforMariaDB/servers/alerts.yaml +++ b/services/DBforMariaDB/servers/alerts.yaml @@ -16,6 +16,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false - name: storage_percent description: Storage percent type: Metric @@ -34,6 +35,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false - name: memory_percent description: Memory percent type: Metric @@ -52,6 +54,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 90.0 + autoMitigate: false - name: io_consumption_percent description: IO percent type: Metric @@ -70,3 +73,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false diff --git a/services/DBforMySQL/flexibleServers/alerts.yaml b/services/DBforMySQL/flexibleServers/alerts.yaml index 78ad355a7..63e1e3426 100644 --- a/services/DBforMySQL/flexibleServers/alerts.yaml +++ b/services/DBforMySQL/flexibleServers/alerts.yaml @@ -16,6 +16,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 95.0 + autoMitigate: false - name: memory_percent description: Host Memory Percent type: Metric @@ -34,6 +35,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 95.0 + autoMitigate: false - name: storage_percent description: Storage Percent type: Metric @@ -52,6 +54,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false - name: aborted_connections description: Aborted Connections type: Metric @@ -70,6 +73,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 4.0 + autoMitigate: false - name: active_connections description: Active Connections type: Metric @@ -88,6 +92,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 5000.0 + autoMitigate: false - name: io_consumption_percent description: Storage I/O consumption percent type: Metric @@ -106,6 +111,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 90.0 + autoMitigate: false - name: replication_lag description: Replication lag in seconds type: Metric @@ -124,3 +130,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 6000.0 + autoMitigate: false diff --git a/services/DBforMySQL/servers/alerts.yaml b/services/DBforMySQL/servers/alerts.yaml index b84a6f743..2f89cc0d6 100644 --- a/services/DBforMySQL/servers/alerts.yaml +++ b/services/DBforMySQL/servers/alerts.yaml @@ -16,6 +16,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false - name: connections_failed description: Failed Connections type: Metric @@ -34,6 +35,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: memory_percent description: Memory percent type: Metric @@ -52,6 +54,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 90.0 + autoMitigate: false - name: storage_percent description: Storage percent type: Metric @@ -70,6 +73,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false - name: io_consumption_percent description: IO percent type: Metric @@ -88,6 +92,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 90.0 + autoMitigate: false - name: active_connections description: Active Connections type: Metric @@ -106,6 +111,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 1125.0 + autoMitigate: false - name: serverlog_storage_percent description: Server Log storage percent type: Metric @@ -124,6 +130,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false - name: storage_limit description: Storage limit type: Metric @@ -142,6 +149,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 15393162788864.0 + autoMitigate: false - name: seconds_behind_master description: Replication lag in seconds type: Metric @@ -160,3 +168,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 3600.0 + autoMitigate: false diff --git a/services/DBforPostgreSQL/flexibleServers/alerts.yaml b/services/DBforPostgreSQL/flexibleServers/alerts.yaml index f0d46cf77..860b0af74 100644 --- a/services/DBforPostgreSQL/flexibleServers/alerts.yaml +++ b/services/DBforPostgreSQL/flexibleServers/alerts.yaml @@ -16,6 +16,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 90.0 + autoMitigate: false - name: cpu_percent description: CPU percent type: Metric @@ -34,6 +35,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 90.0 + autoMitigate: false - name: active_connections description: Active Connections type: Metric @@ -52,6 +54,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 687.2 + autoMitigate: false - name: memory_percent description: Memory percent type: Metric @@ -70,6 +73,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 90.0 + autoMitigate: false - name: connections_failed description: Failed Connections type: Metric @@ -88,6 +92,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 5.0 + autoMitigate: false - name: iops description: IO Operations per second type: Metric @@ -106,6 +111,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 450.0 + autoMitigate: false - name: disk_iops_consumed_percentage description: Percentage of disk I/Os consumed per minute type: Metric @@ -124,6 +130,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false - name: is_db_alive description: Indicates if the database is up or not type: Metric @@ -142,6 +149,7 @@ operator: LessThan criterionType: StaticThresholdCriterion threshold: 1.0 + autoMitigate: false - name: storage_free description: Storage Free type: Metric @@ -160,3 +168,4 @@ operator: LessThan criterionType: StaticThresholdCriterion threshold: 10737418240.0 + autoMitigate: false diff --git a/services/DBforPostgreSQL/servers/alerts.yaml b/services/DBforPostgreSQL/servers/alerts.yaml index ffad014be..97787ff57 100644 --- a/services/DBforPostgreSQL/servers/alerts.yaml +++ b/services/DBforPostgreSQL/servers/alerts.yaml @@ -16,6 +16,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 90.0 + autoMitigate: false - name: storage_percent description: Storage percent type: Metric @@ -34,6 +35,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 90.0 + autoMitigate: false - name: memory_percent description: Memory percent type: Metric @@ -52,6 +54,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 95.0 + autoMitigate: false - name: active_connections description: Active Connections type: Metric @@ -70,6 +73,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 120.0 + autoMitigate: false - name: io_consumption_percent description: IO percent type: Metric @@ -88,6 +92,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 95.0 + autoMitigate: false - name: connections_failed description: Failed Connections type: Metric @@ -106,6 +111,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 5.0 + autoMitigate: false - name: serverlog_storage_percent description: Server Log storage percent type: Metric @@ -124,6 +130,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false - name: pg_replica_log_delay_in_seconds description: Replica lag in seconds type: Metric @@ -142,3 +149,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 60.0 + autoMitigate: false diff --git a/services/DataFactory/factories/alerts.yaml b/services/DataFactory/factories/alerts.yaml index 486322dd2..3ab14f931 100644 --- a/services/DataFactory/factories/alerts.yaml +++ b/services/DataFactory/factories/alerts.yaml @@ -16,6 +16,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: MaxAllowedResourceCount description: Maximum allowed entities count type: Metric @@ -34,6 +35,7 @@ operator: LessThan criterionType: StaticThresholdCriterion threshold: 2500000.0 + autoMitigate: false - name: MaxAllowedFactorySizeInGbUnits description: Maximum allowed factory size (GB unit) type: Metric @@ -52,6 +54,7 @@ operator: LessThan criterionType: StaticThresholdCriterion threshold: 8.0 + autoMitigate: false - name: ResourceCount description: Total entities count type: Metric @@ -70,6 +73,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 1700000.0 + autoMitigate: false - name: FactorySizeInGbUnits description: Total factory size (GB unit) type: Metric @@ -88,6 +92,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 6.0 + autoMitigate: false - name: PipelineSucceededRuns description: Succeeded pipeline runs metrics type: Metric @@ -111,6 +116,7 @@ values: - productrecommendation threshold: 0.0 + autoMitigate: false - name: ActivityFailedRuns description: Failed activity runs metrics type: Metric @@ -129,6 +135,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: TriggerFailedRuns description: Failed trigger runs metrics type: Metric @@ -147,6 +154,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: IntegrationRuntimeCpuPercentage description: Integration runtime CPU utilization type: Metric @@ -165,6 +173,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 95.0 + autoMitigate: false - name: PipelineElapsedTimeRuns description: Elapsed Time Pipeline Runs Metrics type: Metric @@ -183,6 +192,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: ActivitySucceededRuns description: Succeeded activity runs metrics type: Metric @@ -201,6 +211,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: PipelineCancelledRuns description: Cancelled pipeline runs metrics type: Metric @@ -219,6 +230,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: IntegrationRuntimeAvailableMemory description: Integration runtime available memory type: Metric @@ -237,6 +249,7 @@ operator: LessThanOrEqual criterionType: StaticThresholdCriterion threshold: 5000000000.0 + autoMitigate: false - name: TriggerSucceededRuns description: Succeeded trigger runs metrics type: Metric @@ -255,6 +268,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: IntegrationRuntimeAvailableNodeNumber description: Integration runtime available node count type: Metric @@ -273,6 +287,7 @@ operator: LessThan criterionType: StaticThresholdCriterion threshold: 1.0 + autoMitigate: false - name: SSISPackageExecutionFailed description: Failed SSIS package execution metrics type: Metric @@ -291,6 +306,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: SSISIntegrationRuntimeStartFailed description: Failed SSIS integration runtime start metrics type: Metric @@ -309,6 +325,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: IntegrationRuntimeAverageTaskPickupDelay description: Integration runtime queue duration type: Metric @@ -327,3 +344,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 10.0 + autoMitigate: false diff --git a/services/Devices/IotHubs/alerts.yaml b/services/Devices/IotHubs/alerts.yaml index 840e1d0b2..690949af7 100644 --- a/services/Devices/IotHubs/alerts.yaml +++ b/services/Devices/IotHubs/alerts.yaml @@ -16,6 +16,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 300000.0 + autoMitigate: false - name: d2c.telemetry.ingress.sendThrottle description: Number of throttling errors due to device throughput throttles type: Metric @@ -34,6 +35,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 10.0 + autoMitigate: false - name: connectedDeviceCount description: Number of devices connected to your IoT hub type: Metric @@ -52,6 +54,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 1.0 + autoMitigate: false - name: d2c.telemetry.ingress.success description: Number of device-to-cloud telemetry messages sent successfully to your IoT hub @@ -71,3 +74,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 24000.0 + autoMitigate: false diff --git a/services/DocumentDB/databaseAccounts/alerts.yaml b/services/DocumentDB/databaseAccounts/alerts.yaml index e4ea3aca9..4b54bfc73 100644 --- a/services/DocumentDB/databaseAccounts/alerts.yaml +++ b/services/DocumentDB/databaseAccounts/alerts.yaml @@ -16,6 +16,7 @@ operator: LessThan criterionType: StaticThresholdCriterion threshold: 98.0 + autoMitigate: false - name: NormalizedRUConsumption description: Max RU consumption percentage per minute type: Metric @@ -34,6 +35,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 48.0 + autoMitigate: false - name: RemoveRegion description: Region Removed type: Metric @@ -52,6 +54,7 @@ operator: GreaterThanOrEqual criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: TotalRequests description: Number of requests made type: Metric @@ -75,6 +78,7 @@ values: - '429' threshold: 5.0 + autoMitigate: false - name: SqlContainerDelete description: Sql Container Deleted type: Metric @@ -93,6 +97,7 @@ operator: GreaterThanOrEqual criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: SqlDatabaseDelete description: Sql Database Deleted type: Metric @@ -111,6 +116,7 @@ operator: GreaterThanOrEqual criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: TotalRequestUnits description: SQL Request Units consumed type: Metric @@ -134,6 +140,7 @@ values: - '429' threshold: 100.0 + autoMitigate: false - name: ServerSideLatency description: Server Side Latency type: Metric @@ -152,6 +159,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 5000.0 + autoMitigate: false - name: ProvisionedThroughput description: Provisioned Throughput type: Metric @@ -170,6 +178,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 3000.0 + autoMitigate: false - name: MongoRequests description: Number of Mongo Requests Made type: Metric @@ -188,6 +197,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 2500.0 + autoMitigate: false - name: UpdateAccountKeys description: Account Keys Updated type: Metric @@ -211,6 +221,7 @@ values: - '*' threshold: 1.0 + autoMitigate: false - name: RegionFailover description: Region Failed Over type: Metric @@ -229,6 +240,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: DataUsage description: Total data usage reported at 5 minutes granularity type: Metric @@ -247,6 +259,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 10000000000.0 + autoMitigate: false - name: ReplicationLatency description: P99 Replication Latency across source and target regions for geo-enabled account @@ -266,3 +279,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 5000.0 + autoMitigate: false diff --git a/services/EventGrid/domains/alerts.yaml b/services/EventGrid/domains/alerts.yaml index ded1bb60e..668f9d249 100644 --- a/services/EventGrid/domains/alerts.yaml +++ b/services/EventGrid/domains/alerts.yaml @@ -16,3 +16,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 1.0 + autoMitigate: false diff --git a/services/EventGrid/systemTopics/alerts.yaml b/services/EventGrid/systemTopics/alerts.yaml index 74449ab4a..d9227f2aa 100644 --- a/services/EventGrid/systemTopics/alerts.yaml +++ b/services/EventGrid/systemTopics/alerts.yaml @@ -16,6 +16,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: DeadLetteredCount description: Total dead lettered events matching to this event subscription type: Metric @@ -34,3 +35,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false diff --git a/services/EventGrid/topics/alerts.yaml b/services/EventGrid/topics/alerts.yaml index 8868dee4d..b410a2a6a 100644 --- a/services/EventGrid/topics/alerts.yaml +++ b/services/EventGrid/topics/alerts.yaml @@ -16,6 +16,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 3000.0 + autoMitigate: false - name: DeadLetteredCount description: Total dead lettered events matching to this event subscription type: Metric @@ -34,6 +35,7 @@ operator: GreaterThanOrEqual criterionType: StaticThresholdCriterion threshold: 1.0 + autoMitigate: false - name: PublishSuccessCount description: Total events published to this topic type: Metric @@ -52,6 +54,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 2500.0 + autoMitigate: false - name: DeliveryAttemptFailCount description: Total events failed to deliver to this event subscription type: Metric @@ -70,6 +73,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 1.0 + autoMitigate: false - name: PublishFailCount description: Total events failed to publish to this topic type: Metric @@ -88,6 +92,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 5.0 + autoMitigate: false - name: DroppedEventCount description: Total dropped events matching to this event subscription type: Metric @@ -106,3 +111,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 1.0 + autoMitigate: false diff --git a/services/EventHub/clusters/alerts.yaml b/services/EventHub/clusters/alerts.yaml index 244706a08..91a95b2be 100644 --- a/services/EventHub/clusters/alerts.yaml +++ b/services/EventHub/clusters/alerts.yaml @@ -21,3 +21,4 @@ values: - sbsfe threshold: 70.0 + autoMitigate: false diff --git a/services/EventHub/namespaces/alerts.yaml b/services/EventHub/namespaces/alerts.yaml index c10e7b0af..c6a975ae9 100644 --- a/services/EventHub/namespaces/alerts.yaml +++ b/services/EventHub/namespaces/alerts.yaml @@ -19,6 +19,7 @@ numberOfEvaluationPeriods: 6 minFailingPeroidsToAlert: minFailingPeroidsToAlert alertSensitivity: Low + autoMitigate: false - name: QuotaExceededErrors description: Quota Exceeded Errors for Microsoft.EventHub. type: Metric @@ -40,6 +41,7 @@ numberOfEvaluationPeriods: 4 minFailingPeroidsToAlert: minFailingPeroidsToAlert alertSensitivity: Low + autoMitigate: false - name: ServerErrors description: Server Errors for Microsoft.EventHub. type: Metric @@ -61,6 +63,7 @@ numberOfEvaluationPeriods: 6 minFailingPeroidsToAlert: minFailingPeroidsToAlert alertSensitivity: Low + autoMitigate: false - name: IncomingMessages description: Incoming Messages for Microsoft.EventHub. type: Metric @@ -84,6 +87,7 @@ values: - diagnostic-logs threshold: 0.0 + autoMitigate: false - name: OutgoingMessages description: Outgoing Messages for Microsoft.EventHub. type: Metric @@ -107,6 +111,7 @@ values: - diagnostic-logs threshold: 1.0 + autoMitigate: false - name: UserErrors description: User Errors for Microsoft.EventHub. type: Metric @@ -125,6 +130,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: NamespaceCpuUsage description: CPU usage metric for Premium SKU namespaces. type: Metric @@ -143,6 +149,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 70.0 + autoMitigate: false - name: IncomingBytes description: Incoming Bytes for Microsoft.EventHub. type: Metric @@ -161,6 +168,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 400000000.0 + autoMitigate: false - name: NamespaceMemoryUsage description: Memory usage metric for Premium SKU namespaces. type: Metric @@ -179,6 +187,7 @@ operator: GreaterThanOrEqual criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false - name: OutgoingBytes description: Outgoing Bytes for Microsoft.EventHub. type: Metric @@ -197,6 +206,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 400000000.0 + autoMitigate: false - name: CaptureBacklog description: Capture Backlog for Microsoft.EventHub. type: Metric @@ -215,3 +225,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 50000000.0 + autoMitigate: false diff --git a/services/HealthcareApis/services/alerts.yaml b/services/HealthcareApis/services/alerts.yaml index fa36e32c7..8c2f7b1d7 100644 --- a/services/HealthcareApis/services/alerts.yaml +++ b/services/HealthcareApis/services/alerts.yaml @@ -16,6 +16,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 10000.0 + autoMitigate: false - name: TotalRequests description: The total number of requests received by the service. type: Metric @@ -34,3 +35,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 2500.0 + autoMitigate: false diff --git a/services/Kusto/clusters/alerts.yaml b/services/Kusto/clusters/alerts.yaml index bc44a5026..27cc58a81 100644 --- a/services/Kusto/clusters/alerts.yaml +++ b/services/Kusto/clusters/alerts.yaml @@ -18,6 +18,7 @@ operator: GreaterThanOrEqual criterionType: StaticThresholdCriterion threshold: 1800.0 + autoMitigate: false - name: KeepAlive description: Sanity check indicates the cluster responds to queries type: Metric @@ -36,6 +37,7 @@ operator: LessThanOrEqual criterionType: StaticThresholdCriterion threshold: 0.5 + autoMitigate: false - name: CPU description: CPU utilization level type: Metric @@ -54,6 +56,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 70.0 + autoMitigate: false - name: BlobsDropped description: Number of blobs permanently rejected by a component. type: Metric @@ -72,6 +75,7 @@ operator: GreaterThanOrEqual criterionType: StaticThresholdCriterion threshold: 100.0 + autoMitigate: false - name: IngestionResult description: Total number of sources that either failed or succeeded to be ingested. Splitting the metric by status, you can get detailed information about the status @@ -97,6 +101,7 @@ values: - permanent threshold: 300.0 + autoMitigate: false - name: CacheUtilization description: Utilization level in the cluster scope. The metric is deprecated and presented for backward compatibility only, you should use the 'Cache utilization @@ -117,6 +122,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 95.0 + autoMitigate: false - name: QueryResult description: Total number of queries. type: Metric @@ -140,3 +146,4 @@ values: - completed threshold: 100.0 + autoMitigate: false diff --git a/services/Logic/workflows/alerts.yaml b/services/Logic/workflows/alerts.yaml index 6a7911226..4b526d61a 100644 --- a/services/Logic/workflows/alerts.yaml +++ b/services/Logic/workflows/alerts.yaml @@ -16,6 +16,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: ActionsFailed description: Number of workflow actions failed. type: Metric @@ -34,6 +35,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: TriggersFailed description: Number of workflow triggers failed. type: Metric @@ -52,6 +54,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: RunLatency description: Latency of completed workflow runs. type: Metric @@ -70,6 +73,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 99999.0 + autoMitigate: false - name: RunFailurePercentage description: Percentage of workflow runs failed. type: Metric @@ -88,6 +92,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 50.0 + autoMitigate: false - name: RunsStarted description: Number of workflow runs started. type: Metric @@ -106,6 +111,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: RunsSucceeded description: Number of workflow runs succeeded. type: Metric @@ -124,6 +130,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: RunsCompleted description: Number of workflow runs completed. type: Metric @@ -145,6 +152,7 @@ numberOfEvaluationPeriods: 4 minFailingPeroidsToAlert: minFailingPeroidsToAlert alertSensitivity: Medium + autoMitigate: false - name: ActionLatency description: Latency of completed workflow actions. type: Metric @@ -163,6 +171,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 15.0 + autoMitigate: false - name: TriggerLatency description: Latency of completed workflow triggers. type: Metric @@ -181,6 +190,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 15.0 + autoMitigate: false - name: TriggerThrottledEvents description: Number of workflow trigger throttled events. type: Metric @@ -199,6 +209,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: ActionThrottledEvents description: Number of workflow action throttled events.. type: Metric @@ -217,6 +228,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: TriggersSkipped description: Number of workflow triggers skipped. type: Metric @@ -235,6 +247,7 @@ operator: GreaterThanOrEqual criterionType: StaticThresholdCriterion threshold: 5.0 + autoMitigate: false - name: RunStartThrottledEvents description: Number of workflow run start throttled events. type: Metric @@ -253,6 +266,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: RunThrottledEvents description: Number of workflow action or trigger throttled events. type: Metric @@ -271,6 +285,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 1.0 + autoMitigate: false - name: TotalBillableExecutions description: Number of workflow executions getting billed. type: Metric @@ -289,6 +304,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 20000.0 + autoMitigate: false - name: RunSuccessLatency description: Latency of succeeded workflow runs. type: Metric @@ -307,6 +323,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 100.0 + autoMitigate: false - name: ActionsSkipped description: Number of workflow actions skipped. type: Metric @@ -325,6 +342,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 10.0 + autoMitigate: false - name: RunsCancelled description: Number of workflow runs cancelled. type: Metric @@ -343,3 +361,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false diff --git a/services/MachineLearningServices/workspaces/alerts.yaml b/services/MachineLearningServices/workspaces/alerts.yaml index cc2416663..e966d26ea 100644 --- a/services/MachineLearningServices/workspaces/alerts.yaml +++ b/services/MachineLearningServices/workspaces/alerts.yaml @@ -17,3 +17,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false diff --git a/services/Media/mediaservices/alerts.yaml b/services/Media/mediaservices/alerts.yaml index f8d7605f6..88f0f7b49 100644 --- a/services/Media/mediaservices/alerts.yaml +++ b/services/Media/mediaservices/alerts.yaml @@ -16,6 +16,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 50.0 + autoMitigate: false - name: StreamingPolicyQuotaUsedPercentage description: Streaming Policy used percentage in current media service account type: Metric @@ -34,6 +35,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 50.0 + autoMitigate: false - name: ContentKeyPolicyQuotaUsedPercentage description: Content Key Policy used percentage in current media service account type: Metric @@ -52,3 +54,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 50.0 + autoMitigate: false diff --git a/services/NetApp/netAppAccounts/alerts.yaml b/services/NetApp/netAppAccounts/alerts.yaml index 0dfbe0cb6..63a710030 100644 --- a/services/NetApp/netAppAccounts/alerts.yaml +++ b/services/NetApp/netAppAccounts/alerts.yaml @@ -16,6 +16,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 3958241859993.6 + autoMitigate: false - name: VolumeConsumedSizePercentage description: The percentage of the volume consumed including snapshots. type: Metric @@ -34,6 +35,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false - name: VolumeLogicalSize description: Logical size of the volume (used bytes) type: Metric @@ -52,6 +54,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 85899345920.0 + autoMitigate: false - name: AverageReadLatency description: Average read latency in milliseconds per operation type: Metric @@ -70,6 +73,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 20.0 + autoMitigate: false - name: AverageWriteLatency description: Average write latency in milliseconds per operation type: Metric @@ -88,6 +92,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 20.0 + autoMitigate: false - name: VolumeAllocatedSize description: The provisioned size of a volume type: Metric @@ -106,6 +111,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 107374182400.0 + autoMitigate: false - name: CbsVolumeOperationComplete description: Did the last volume backup or restore operation complete successfully? 1 if yes, 0 if no. @@ -125,3 +131,4 @@ operator: LessThan criterionType: StaticThresholdCriterion threshold: 1.0 + autoMitigate: false diff --git a/services/Network/connections/alerts.yaml b/services/Network/connections/alerts.yaml index 556a51525..fd644aae9 100644 --- a/services/Network/connections/alerts.yaml +++ b/services/Network/connections/alerts.yaml @@ -16,6 +16,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 6000000000.0 + autoMitigate: false - name: BitsOutPerSecond description: Bits egressing Azure per second type: Metric @@ -34,3 +35,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 6000000000.0 + autoMitigate: false diff --git a/services/Network/dnszones/alerts.yaml b/services/Network/dnszones/alerts.yaml index 8699fe2f9..b715a9048 100644 --- a/services/Network/dnszones/alerts.yaml +++ b/services/Network/dnszones/alerts.yaml @@ -16,3 +16,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 60.0 + autoMitigate: false diff --git a/services/Network/frontdoors/alerts.yaml b/services/Network/frontdoors/alerts.yaml index 75b179cb2..204e45d8a 100644 --- a/services/Network/frontdoors/alerts.yaml +++ b/services/Network/frontdoors/alerts.yaml @@ -17,6 +17,7 @@ operator: LessThan criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false - name: RequestCount description: The number of client requests served by the HTTP/S proxy type: Metric @@ -40,6 +41,7 @@ values: - 5xx threshold: 10.0 + autoMitigate: false - name: TotalLatency description: The time calculated from when the client request was received by the HTTP/S proxy until the client acknowledged the last response byte from the HTTP/S @@ -60,6 +62,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 25000.0 + autoMitigate: false - name: BackendRequestLatency description: The time calculated from when the request was sent by the HTTP/S proxy to the backend until the HTTP/S proxy received the last response byte from the @@ -80,6 +83,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 5000.0 + autoMitigate: false - name: WebApplicationFirewallRequestCount description: The number of client requests processed by the Web Application Firewall type: Metric @@ -103,3 +107,4 @@ values: - block threshold: 1000.0 + autoMitigate: false diff --git a/services/Network/natGateways/alerts.yaml b/services/Network/natGateways/alerts.yaml index e7e4f1053..9a4581170 100644 --- a/services/Network/natGateways/alerts.yaml +++ b/services/Network/natGateways/alerts.yaml @@ -16,6 +16,7 @@ operator: LessThan criterionType: StaticThresholdCriterion threshold: 90.0 + autoMitigate: false - name: SNATConnectionCount description: Total concurrent active connections type: Metric @@ -39,6 +40,7 @@ values: - failed threshold: 1000000.0 + autoMitigate: false - name: TotalConnectionCount description: Total number of active SNAT connections type: Metric @@ -57,6 +59,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 100000.0 + autoMitigate: false - name: PacketDropCount description: Count of dropped packets type: Metric @@ -75,3 +78,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 5.0 + autoMitigate: false diff --git a/services/Network/networkWatchers/alerts.yaml b/services/Network/networkWatchers/alerts.yaml index b046031df..e8470b805 100644 --- a/services/Network/networkWatchers/alerts.yaml +++ b/services/Network/networkWatchers/alerts.yaml @@ -33,6 +33,7 @@ values: - '*' threshold: 2.0 + autoMitigate: false - name: ChecksFailedPercent description: '% of connectivity monitoring checks failed' type: Metric @@ -51,6 +52,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 50.0 + autoMitigate: false - name: RoundTripTimeMs description: Round-trip time in milliseconds for the connectivity monitoring checks type: Metric @@ -69,6 +71,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 500.0 + autoMitigate: false - name: ProbesFailedPercent description: '% of connectivity monitoring probes failed' type: Metric @@ -87,3 +90,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false diff --git a/services/Network/trafficmanagerprofiles/alerts.yaml b/services/Network/trafficmanagerprofiles/alerts.yaml index 88a39ea00..a7b16d435 100644 --- a/services/Network/trafficmanagerprofiles/alerts.yaml +++ b/services/Network/trafficmanagerprofiles/alerts.yaml @@ -21,3 +21,4 @@ values: - '*' threshold: 1.0 + autoMitigate: false diff --git a/services/PowerBIDedicated/capacities/alerts.yaml b/services/PowerBIDedicated/capacities/alerts.yaml index 29de38f24..c7c78a9a1 100644 --- a/services/PowerBIDedicated/capacities/alerts.yaml +++ b/services/PowerBIDedicated/capacities/alerts.yaml @@ -17,3 +17,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 90.0 + autoMitigate: false diff --git a/services/RecoveryServices/vaults/alerts.yaml b/services/RecoveryServices/vaults/alerts.yaml index e397cc48f..df9305c12 100644 --- a/services/RecoveryServices/vaults/alerts.yaml +++ b/services/RecoveryServices/vaults/alerts.yaml @@ -25,6 +25,7 @@ values: - healthy threshold: 0.0 + autoMitigate: false - name: RestoreHealthEvent description: The count of health events pertaining to restore job health type: Metric @@ -48,3 +49,4 @@ values: - healthy threshold: 1.0 + autoMitigate: false diff --git a/services/Relay/namespaces/alerts.yaml b/services/Relay/namespaces/alerts.yaml index d0a943939..0e8f62db4 100644 --- a/services/Relay/namespaces/alerts.yaml +++ b/services/Relay/namespaces/alerts.yaml @@ -16,3 +16,4 @@ operator: LessThan criterionType: StaticThresholdCriterion threshold: 1.0 + autoMitigate: false diff --git a/services/Search/searchServices/alerts.yaml b/services/Search/searchServices/alerts.yaml index fe8ea6f99..d4a5f862d 100644 --- a/services/Search/searchServices/alerts.yaml +++ b/services/Search/searchServices/alerts.yaml @@ -16,6 +16,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 64.0 + autoMitigate: false - name: ThrottledSearchQueriesPercentage description: Percentage of search queries that were throttled for the search service type: Metric @@ -34,3 +35,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 1.0 + autoMitigate: false diff --git a/services/ServiceBus/namespaces/alerts.yaml b/services/ServiceBus/namespaces/alerts.yaml index b9cebbf82..fb791df0e 100644 --- a/services/ServiceBus/namespaces/alerts.yaml +++ b/services/ServiceBus/namespaces/alerts.yaml @@ -16,6 +16,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: ActiveMessages description: Count of active messages in a Queue/Topic. type: Metric @@ -34,6 +35,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 100.0 + autoMitigate: false - name: Size description: Size of an Queue/Topic in Bytes. type: Metric @@ -57,6 +59,7 @@ values: - lp-cl-sa-centralus-queue threshold: 3000000000.0 + autoMitigate: false - name: NamespaceCpuUsage description: Service bus premium namespace CPU usage metric. type: Metric @@ -75,6 +78,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 85.0 + autoMitigate: false - name: Messages description: Count of messages in a Queue/Topic. type: Metric @@ -93,6 +97,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 100000.0 + autoMitigate: false - name: ThrottledRequests description: Throttled Requests for Microsoft.ServiceBus. type: Metric @@ -111,6 +116,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: ServerErrors description: Server Errors for Microsoft.ServiceBus. type: Metric @@ -129,6 +135,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: UserErrors description: User Errors for Microsoft.ServiceBus. type: Metric @@ -147,6 +154,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: OutgoingMessages description: Outgoing Messages for Microsoft.ServiceBus. type: Metric @@ -165,6 +173,7 @@ operator: LessThanOrEqual criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: NamespaceMemoryUsage description: Service bus premium namespace memory usage metric. type: Metric @@ -183,6 +192,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false - name: IncomingMessages description: Incoming Messages for Microsoft.ServiceBus. type: Metric @@ -201,6 +211,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: ScheduledMessages description: Count of scheduled messages in a Queue/Topic. type: Metric @@ -219,6 +230,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 500.0 + autoMitigate: false - name: AbandonMessage description: Count of messages abandoned on a Queue/Topic. type: Metric @@ -237,6 +249,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 1.0 + autoMitigate: false - name: ServerSendLatency description: Latency of Send Message operations for Service Bus resources. type: Metric @@ -255,6 +268,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 500.0 + autoMitigate: false - name: ActiveConnections description: Total Active Connections for Microsoft.ServiceBus. type: Metric @@ -273,3 +287,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 5000.0 + autoMitigate: false diff --git a/services/SignalRService/SignalR/alerts.yaml b/services/SignalRService/SignalR/alerts.yaml index 1a6b87184..76401a9b7 100644 --- a/services/SignalRService/SignalR/alerts.yaml +++ b/services/SignalRService/SignalR/alerts.yaml @@ -16,6 +16,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 900.0 + autoMitigate: false - name: SystemErrors description: The percentage of system errors type: Metric @@ -34,6 +35,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 1.0 + autoMitigate: false - name: ConnectionQuotaUtilization description: The percentage of connection connected relative to connection quota. type: Metric @@ -52,3 +54,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 90.0 + autoMitigate: false diff --git a/services/Sql/managedInstances/alerts.yaml b/services/Sql/managedInstances/alerts.yaml index a7538b9db..18b30344e 100644 --- a/services/Sql/managedInstances/alerts.yaml +++ b/services/Sql/managedInstances/alerts.yaml @@ -16,6 +16,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false - name: storage_space_used_mb description: Storage space used type: Metric @@ -34,3 +35,4 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false diff --git a/services/Sql/servers/alerts.yaml b/services/Sql/servers/alerts.yaml index f8f0a7781..cc0327c79 100644 --- a/services/Sql/servers/alerts.yaml +++ b/services/Sql/servers/alerts.yaml @@ -16,6 +16,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: deadlock description: Deadlocks. Not applicable to data warehouses. type: Metric @@ -34,6 +35,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 0.0 + autoMitigate: false - name: blocked_by_firewall description: Blocked by Firewall type: Metric @@ -52,6 +54,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 5.0 + autoMitigate: false - name: storage description: Data space used. Not applicable to data warehouses. type: Metric @@ -70,6 +73,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 934584883610.0 + autoMitigate: false - name: connection_successful description: Successful Connections type: Metric @@ -91,6 +95,7 @@ numberOfEvaluationPeriods: 5 minFailingPeroidsToAlert: minFailingPeroidsToAlert alertSensitivity: Low + autoMitigate: false - name: connection_failed_user_error description: 'Failed Connections : User Errors' type: Metric @@ -109,6 +114,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 10.0 + autoMitigate: false - name: dtu_used description: DTU used. Applies to DTU-based databases. type: Metric @@ -127,6 +133,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 85.0 + autoMitigate: false - name: sessions_count description: Number of active sessions. Not applicable to Synapse DW Analytics. type: Metric @@ -145,6 +152,7 @@ operator: LessThan criterionType: StaticThresholdCriterion threshold: 0.5 + autoMitigate: false - name: dtu_limit description: DTU Limit. Applies to DTU-based databases. type: Metric @@ -163,6 +171,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 100.0 + autoMitigate: false - name: app_memory_percent description: App memory percentage. Applies to serverless databases. type: Metric @@ -181,6 +190,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 90.0 + autoMitigate: false - name: app_cpu_percent description: App CPU percentage. Applies to serverless databases. type: Metric @@ -199,6 +209,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false - name: memory_usage_percent description: Memory percentage. Applies only to data warehouses. type: Metric @@ -217,6 +228,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 90.0 + autoMitigate: false - name: cpu_used description: CPU used. Applies to vCore-based databases. type: Metric @@ -235,6 +247,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false - name: tempdb_data_size description: Space used in tempdb data files in kilobytes. Not applicable to data warehouses. @@ -254,6 +267,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false - name: storage_percent description: Data space used percent. Not applicable to hyperscale type: Metric @@ -272,6 +286,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false - name: cpu_percent description: CPU percentage type: Metric @@ -290,6 +305,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 90.0 + autoMitigate: false - name: dtu_consumption_percent description: DTU Percentage. Applies to DTU-based elastic pools. type: Metric @@ -308,6 +324,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 90.0 + autoMitigate: false - name: allocated_data_storage_percent description: Data space allocated percent. Not applicable to hyperscale type: Metric @@ -326,6 +343,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 90.0 + autoMitigate: false - name: physical_data_read_percent description: Data IO percentage type: Metric @@ -344,6 +362,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 90.0 + autoMitigate: false - name: log_write_percent description: Log IO percentage type: Metric @@ -362,6 +381,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 90.0 + autoMitigate: false - name: workers_percent description: Workers percentage type: Metric @@ -380,6 +400,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false - name: sqlserver_process_memory_percent description: Memory usage as a percentage of the SQL DB process. Applies to elastic pools. (This metric is equivalent to sql_instance_memory_percent, and will be @@ -400,6 +421,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false - name: sessions_percent description: Sessions percentage type: Metric @@ -418,6 +440,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false - name: xtp_storage_percent description: In-Memory OLTP storage percent. Not applicable to hyperscale type: Metric @@ -436,6 +459,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 90.0 + autoMitigate: false - name: sqlserver_process_core_percent description: CPU usage as a percentage of the SQL DB process. Applies to elastic pools. (This metric is equivalent to sql_instance_cpu_percent, and will be removed @@ -456,6 +480,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 70.0 + autoMitigate: false - name: tempdb_log_used_percent description: Space used percentage in tempdb transaction log file type: Metric @@ -474,6 +499,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false - name: eDTU_used description: eDTU used. Applies to DTU-based elastic pools. type: Metric @@ -492,6 +518,7 @@ operator: GreaterThan criterionType: StaticThresholdCriterion threshold: 80.0 + autoMitigate: false - name: allocated_data_storage description: Data space allocated. Not applicable to hyperscale type: Metric @@ -510,3 +537,4 @@ operator: GreaterThanOrEqual criterionType: StaticThresholdCriterion threshold: 225000000000.0 + autoMitigate: false