Skip to content

Commit

Permalink
Add Application Gateway References
Browse files Browse the repository at this point in the history
  • Loading branch information
sihbher committed Dec 7, 2023
1 parent 51da5b3 commit 688b01c
Show file tree
Hide file tree
Showing 6 changed files with 115 additions and 14 deletions.
57 changes: 57 additions & 0 deletions services/Network/applicationGateways/alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@
properties:
scope: Resource
multiResource: false
references:
- name: Monitoring Azure Application Gateway data reference
url: https://learn.microsoft.com/azure/application-gateway/monitor-application-gateway-reference
- name: Metrics for Application Gateway
url: https://learn.microsoft.com/azure/application-gateway/application-gateway-metrics
- name: Monitoring Azure Application Gateway
url: https://learn.microsoft.com/azure/application-gateway/monitor-application-gateway
- name: Backend Last Byte Response Time
description: Time interval between start of establishing a connection to backend
server and receiving the last byte of the response body
Expand Down Expand Up @@ -64,6 +71,13 @@
properties:
scope: Resource
multiResource: false
references:
- name: Monitoring Azure Application Gateway data reference
url: https://learn.microsoft.com/azure/application-gateway/monitor-application-gateway-reference
- name: Metrics for Application Gateway
url: https://learn.microsoft.com/azure/application-gateway/application-gateway-metrics
- name: Monitoring Azure Application Gateway
url: https://learn.microsoft.com/azure/application-gateway/monitor-application-gateway
- name: Capacity Units
description: Capacity Units consumed
type: Metric
Expand Down Expand Up @@ -91,6 +105,13 @@
properties:
scope: Resource
multiResource: false
references:
- name: Monitoring Azure Application Gateway data reference
url: https://learn.microsoft.com/azure/application-gateway/monitor-application-gateway-reference
- name: Metrics for Application Gateway
url: https://learn.microsoft.com/azure/application-gateway/application-gateway-metrics
- name: Monitoring Azure Application Gateway
url: https://learn.microsoft.com/azure/application-gateway/monitor-application-gateway
- name: Compute Units
description: Compute Units consumed
type: Metric
Expand Down Expand Up @@ -118,6 +139,14 @@
properties:
scope: Resource
multiResource: false
references:
- name: Monitoring Azure Application Gateway data reference
url: https://learn.microsoft.com/azure/application-gateway/monitor-application-gateway-reference
- name: Metrics for Application Gateway
url: https://learn.microsoft.com/azure/application-gateway/application-gateway-metrics
- name: Monitoring Azure Application Gateway
url: https://learn.microsoft.com/azure/application-gateway/monitor-application-gateway

- name: Cpu Utilization
description: Current CPU utilization of the Application Gateway
type: Metric
Expand Down Expand Up @@ -145,6 +174,13 @@
properties:
scope: Resource
multiResource: false
references:
- name: Monitoring Azure Application Gateway data reference
url: https://learn.microsoft.com/azure/application-gateway/monitor-application-gateway-reference
- name: Metrics for Application Gateway
url: https://learn.microsoft.com/azure/application-gateway/application-gateway-metrics
- name: Monitoring Azure Application Gateway
url: https://learn.microsoft.com/azure/application-gateway/monitor-application-gateway
- name: Failed Requests
description: Count of failed requests that Application Gateway has served
type: Metric
Expand Down Expand Up @@ -175,6 +211,13 @@
properties:
scope: Resource
multiResource: false
references:
- name: Monitoring Azure Application Gateway data reference
url: https://learn.microsoft.com/azure/application-gateway/monitor-application-gateway-reference
- name: Metrics for Application Gateway
url: https://learn.microsoft.com/azure/application-gateway/application-gateway-metrics
- name: Monitoring Azure Application Gateway
url: https://learn.microsoft.com/azure/application-gateway/monitor-application-gateway
- name: Response Status
description: Http response status returned by Application Gateway
type: Metric
Expand Down Expand Up @@ -211,6 +254,13 @@
properties:
scope: Resource
multiResource: false
references:
- name: Monitoring Azure Application Gateway data reference
url: https://learn.microsoft.com/azure/application-gateway/monitor-application-gateway-reference
- name: Metrics for Application Gateway
url: https://learn.microsoft.com/azure/application-gateway/application-gateway-metrics
- name: Monitoring Azure Application Gateway
url: https://learn.microsoft.com/azure/application-gateway/monitor-application-gateway
- name: Unhealthy Host Count
description: Number of unhealthy backend hosts
type: Metric
Expand Down Expand Up @@ -238,6 +288,13 @@
properties:
scope: Resource
multiResource: false
references:
- name: Monitoring Azure Application Gateway data reference
url: https://learn.microsoft.com/azure/application-gateway/monitor-application-gateway-reference
- name: Metrics for Application Gateway
url: https://learn.microsoft.com/azure/application-gateway/application-gateway-metrics
- name: Monitoring Azure Application Gateway
url: https://learn.microsoft.com/azure/application-gateway/monitor-application-gateway
- name: UnhealthyHostCount
description: Number of unhealthy backend hosts
type: Metric
Expand Down
1 change: 0 additions & 1 deletion services/Sql/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
title: Sql
geekdocCollapseSection: true
geekdocHidden: true
---
3 changes: 1 addition & 2 deletions services/Sql/managedInstances/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: managedInstances
title: Managed Instances
geekdocCollapseSection: true
geekdocHidden: true
---

{{< alertList name="alertList" >}}
14 changes: 12 additions & 2 deletions services/Sql/managedInstances/alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: Average CPU percentage
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-3941
Expand All @@ -17,11 +17,16 @@
criterionType: StaticThresholdCriterion
threshold: 80.0
autoMitigate: false
references:
- name: Monitoring Azure SQL Managed Instance data reference
url: https://learn.microsoft.com/azure/azure-sql/managed-instance/monitoring-sql-managed-instance-azure-monitor-reference?view=azuresql
- name: Monitoring Microsoft Azure SQL Managed Instance performance using dynamic management views
url: https://learn.microsoft.com/azure/azure-sql/managed-instance/monitoring-with-dmvs?view=azuresql
- name: storage_space_used_mb
description: Storage space used
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-2440
Expand All @@ -36,3 +41,8 @@
criterionType: StaticThresholdCriterion
threshold: 80.0
autoMitigate: false
references:
- name: Monitoring Azure SQL Managed Instance data reference
url: https://learn.microsoft.com/azure/azure-sql/managed-instance/monitoring-sql-managed-instance-azure-monitor-reference?view=azuresql
- name: Monitoring Microsoft Azure SQL Managed Instance performance using dynamic management views
url: https://learn.microsoft.com/azure/azure-sql/managed-instance/monitoring-with-dmvs?view=azuresql
3 changes: 1 addition & 2 deletions services/Sql/servers/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: servers/databases
title: Server Databases
geekdocCollapseSection: true
geekdocHidden: true
---

{{< alertList name="alertList" >}}
51 changes: 44 additions & 7 deletions services/Sql/servers/alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: Failed Connections
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-40238
Expand All @@ -17,11 +17,16 @@
criterionType: StaticThresholdCriterion
threshold: 0.0
autoMitigate: false
references:
- name: Monitor Azure SQL Database with metrics and alerts
url: https://learn.microsoft.com/azure/azure-sql/database/monitoring-metrics-alerts?view=azuresql-db
- name: Monitor Azure SQL Database data reference
url: https://learn.microsoft.com/azure/azure-sql/database/monitoring-sql-database-azure-monitor-reference?view=azuresql
- name: deadlock
description: Deadlocks. Not applicable to data warehouses.
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-35134
Expand All @@ -36,11 +41,16 @@
criterionType: StaticThresholdCriterion
threshold: 0.0
autoMitigate: false
references:
- name: Monitor Azure SQL Database with metrics and alerts
url: https://learn.microsoft.com/azure/azure-sql/database/monitoring-metrics-alerts?view=azuresql-db
- name: Monitor Azure SQL Database data reference
url: https://learn.microsoft.com/azure/azure-sql/database/monitoring-sql-database-azure-monitor-reference?view=azuresql
- name: blocked_by_firewall
description: Blocked by Firewall
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-14712
Expand All @@ -55,11 +65,16 @@
criterionType: StaticThresholdCriterion
threshold: 5.0
autoMitigate: false
references:
- name: Monitor Azure SQL Database with metrics and alerts
url: https://learn.microsoft.com/azure/azure-sql/database/monitoring-metrics-alerts?view=azuresql-db
- name: Monitor Azure SQL Database data reference
url: https://learn.microsoft.com/azure/azure-sql/database/monitoring-sql-database-azure-monitor-reference?view=azuresql
- name: storage
description: Data space used. Not applicable to data warehouses.
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-5882
Expand All @@ -74,11 +89,17 @@
criterionType: StaticThresholdCriterion
threshold: 934584883610.0
autoMitigate: false
references:
- name: Monitor Azure SQL Database with metrics and alerts
url: https://learn.microsoft.com/azure/azure-sql/database/monitoring-metrics-alerts?view=azuresql-db
- name: Monitor Azure SQL Database data reference
url: https://learn.microsoft.com/azure/azure-sql/database/monitoring-sql-database-azure-monitor-reference?view=azuresql

- name: connection_successful
description: Successful Connections
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-3844
Expand All @@ -96,11 +117,17 @@
minFailingPeriodsToAlert: minFailingPeriodsToAlert
alertSensitivity: Low
autoMitigate: false
references:
- name: Monitor Azure SQL Database with metrics and alerts
url: https://learn.microsoft.com/azure/azure-sql/database/monitoring-metrics-alerts?view=azuresql-db
- name: Monitor Azure SQL Database data reference
url: https://learn.microsoft.com/azure/azure-sql/database/monitoring-sql-database-azure-monitor-reference?view=azuresql

- name: connection_failed_user_error
description: 'Failed Connections : User Errors'
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-2855
Expand All @@ -115,11 +142,16 @@
criterionType: StaticThresholdCriterion
threshold: 10.0
autoMitigate: false
references:
- name: Monitor Azure SQL Database with metrics and alerts
url: https://learn.microsoft.com/azure/azure-sql/database/monitoring-metrics-alerts?view=azuresql-db
- name: Monitor Azure SQL Database data reference
url: https://learn.microsoft.com/azure/azure-sql/database/monitoring-sql-database-azure-monitor-reference?view=azuresql
- name: dtu_used
description: DTU used. Applies to DTU-based databases.
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-1689
Expand All @@ -134,6 +166,11 @@
criterionType: StaticThresholdCriterion
threshold: 85.0
autoMitigate: false
references:
- name: Monitor Azure SQL Database with metrics and alerts
url: https://learn.microsoft.com/azure/azure-sql/database/monitoring-metrics-alerts?view=azuresql-db
- name: Monitor Azure SQL Database data reference
url: https://learn.microsoft.com/azure/azure-sql/database/monitoring-sql-database-azure-monitor-reference?view=azuresql
- name: sessions_count
description: Number of active sessions. Not applicable to Synapse DW Analytics.
type: Metric
Expand Down

0 comments on commit 688b01c

Please sign in to comment.