diff --git a/services/Network/applicationGateways/alerts.yaml b/services/Network/applicationGateways/alerts.yaml index fe226ef75..a56fd8769 100644 --- a/services/Network/applicationGateways/alerts.yaml +++ b/services/Network/applicationGateways/alerts.yaml @@ -1,5 +1,6 @@ - name: Application Gateway Total Time - description: Time that it takes for a request to be processed and its response to + description: + Time that it takes for a request to be processed and its response to be sent. This is the interval from the time when Application Gateway receives the first byte of an HTTP request to the time when the response send operation finishes. It's important to note that this usually includes the Application Gateway @@ -9,7 +10,7 @@ verified: false visible: true tags: - - alz + - alz properties: metricName: ApplicationGatewayTotalTime metricNamespace: Microsoft.Network/applicationGateways @@ -25,22 +26,30 @@ minFailingPeriodsToAlert: 2 autoMitigate: false deployments: - - name: Deploy Azure Application Gateway ApplicationGatewayTotalTime Alert - template: Deploy-AGW-ApplicationGatewayTotalTime-Alert.json - type: Policy - tags: - - alz - properties: - scope: Resource - multiResource: false + - name: Deploy Azure Application Gateway ApplicationGatewayTotalTime Alert + template: Deploy-AGW-ApplicationGatewayTotalTime-Alert.json + type: Policy + tags: + - alz + 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 + description: + Time interval between start of establishing a connection to backend server and receiving the last byte of the response body type: Metric verified: false visible: true tags: - - alz + - alz properties: metricName: BackendLastByteResponseTime metricNamespace: Microsoft.Network/applicationGateways @@ -56,21 +65,28 @@ minFailingPeriodsToAlert: 2 autoMitigate: false deployments: - - name: Deploy Azure Application Gateway BackendLastByteResponseTime Alert - template: Deploy-AGW-BackendLastByteResponseTime-Alert.json - type: Policy - tags: - - alz - properties: - scope: Resource - multiResource: false + - name: Deploy Azure Application Gateway BackendLastByteResponseTime Alert + template: Deploy-AGW-BackendLastByteResponseTime-Alert.json + type: Policy + tags: + - alz + 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 verified: false visible: true tags: - - alz + - alz properties: metricName: CapacityUnits metricNamespace: Microsoft.Network/applicationGateways @@ -83,21 +99,28 @@ criterionType: StaticThresholdCriterion autoMitigate: false deployments: - - name: Deploy Azure Application Gateway CapacityUnits Alert - template: Deploy-AGW-CapacityUnits-Alert.json - type: Policy - tags: - - alz - properties: - scope: Resource - multiResource: false + - name: Deploy Azure Application Gateway CapacityUnits Alert + template: Deploy-AGW-CapacityUnits-Alert.json + type: Policy + tags: + - alz + 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 verified: false visible: true tags: - - alz + - alz properties: metricName: ComputeUnits metricNamespace: Microsoft.Network/applicationGateways @@ -110,21 +133,29 @@ criterionType: StaticThresholdCriterion autoMitigate: false deployments: - - name: Deploy Azure Application Gateway CapacityUnits Alert - template: Deploy-AGW-CapacityUnits-Alert.json - type: Policy - tags: - - alz - properties: - scope: Resource - multiResource: false + - name: Deploy Azure Application Gateway CapacityUnits Alert + template: Deploy-AGW-CapacityUnits-Alert.json + type: Policy + tags: + - alz + 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 verified: false visible: true tags: - - alz + - alz properties: metricName: CpuUtilization metricNamespace: Microsoft.Network/applicationGateways @@ -137,21 +168,28 @@ criterionType: StaticThresholdCriterion autoMitigate: false deployments: - - name: Deploy Azure Application Gateway CPU Utilization Alert - template: Deploy-AGW-CPUUtil-Alert.json - type: Policy - tags: - - alz - properties: - scope: Resource - multiResource: false + - name: Deploy Azure Application Gateway CPU Utilization Alert + template: Deploy-AGW-CPUUtil-Alert.json + type: Policy + tags: + - alz + 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 verified: false visible: true tags: - - alz + - alz properties: metricName: FailedRequests metricNamespace: Microsoft.Network/applicationGateways @@ -167,21 +205,28 @@ minFailingPeriodsToAlert: 2 autoMitigate: false deployments: - - name: Deploy Azure Application Gateway FailedRequests Alert - template: Deploy-AGW-FailedRequests-Alert.json - type: Policy - tags: - - alz - properties: - scope: Resource - multiResource: false + - name: Deploy Azure Application Gateway FailedRequests Alert + template: Deploy-AGW-FailedRequests-Alert.json + type: Policy + tags: + - alz + 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 verified: false visible: true tags: - - alz + - alz properties: metricName: ResponseStatus metricNamespace: Microsoft.Network/applicationGateways @@ -193,31 +238,38 @@ criterionType: DynamicThresholdCriterion alertSensitivity: Medium dimensions: - - name: HttpStatusGroup - operator: Include - values: - - 4xx - - 5xx + - name: HttpStatusGroup + operator: Include + values: + - 4xx + - 5xx failingPeriods: numberOfEvaluationPeriods: 2 minFailingPeriodsToAlert: 2 autoMitigate: false deployments: - - name: Deploy Azure Application Gateway ResponseStatus Alert - template: Deploy-AGW-ResponseStatus-Alert.json - type: Policy - tags: - - alz - properties: - scope: Resource - multiResource: false + - name: Deploy Azure Application Gateway ResponseStatus Alert + template: Deploy-AGW-ResponseStatus-Alert.json + type: Policy + tags: + - alz + 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 verified: false visible: true tags: - - alz + - alz properties: metricName: UnhealthyHostCount metricNamespace: Microsoft.Network/applicationGateways @@ -230,22 +282,29 @@ criterionType: StaticThresholdCriterion autoMitigate: false deployments: - - name: Deploy Azure Application Gateway Unhealthy Host Count Alert - template: Deploy-AGW-UnhealthyHostCount-Alert.json - type: Policy - tags: - - alz - properties: - scope: Resource - multiResource: false + - name: Deploy Azure Application Gateway Unhealthy Host Count Alert + template: Deploy-AGW-UnhealthyHostCount-Alert.json + type: Policy + tags: + - alz + 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 verified: false visible: false tags: - - auto-generated - - agc-11692 + - auto-generated + - agc-11692 properties: metricName: UnhealthyHostCount metricNamespace: Microsoft.Network/applicationGateways @@ -263,8 +322,8 @@ verified: false visible: false tags: - - auto-generated - - agc-5511 + - auto-generated + - agc-5511 properties: metricName: FailedRequests metricNamespace: Microsoft.Network/applicationGateways @@ -282,8 +341,8 @@ verified: false visible: false tags: - - auto-generated - - agc-4033 + - auto-generated + - agc-4033 properties: metricName: HealthyHostCount metricNamespace: Microsoft.Network/applicationGateways @@ -301,8 +360,8 @@ verified: false visible: false tags: - - auto-generated - - agc-2201 + - auto-generated + - agc-2201 properties: metricName: ResponseStatus metricNamespace: Microsoft.Network/applicationGateways @@ -313,14 +372,15 @@ operator: GreaterThan criterionType: StaticThresholdCriterion dimensions: - - name: httpstatusgroup - operator: include - values: - - 5xx + - name: httpstatusgroup + operator: include + values: + - 5xx threshold: 10.0 autoMitigate: false - name: ApplicationGatewayTotalTime - description: Time that it takes for a request to be processed and its response to + description: + Time that it takes for a request to be processed and its response to be sent. This is the interval from the time when Application Gateway receives the first byte of an HTTP request to the time when the response send operation finishes. It's important to note that this usually includes the Application Gateway @@ -330,8 +390,8 @@ verified: false visible: false tags: - - auto-generated - - agc-1805 + - auto-generated + - agc-1805 properties: metricName: ApplicationGatewayTotalTime metricNamespace: Microsoft.Network/applicationGateways @@ -349,8 +409,8 @@ verified: false visible: false tags: - - auto-generated - - agc-1426 + - auto-generated + - agc-1426 properties: metricName: CapacityUnits metricNamespace: Microsoft.Network/applicationGateways @@ -363,14 +423,15 @@ threshold: 15.0 autoMitigate: false - name: BackendResponseStatus - description: The number of HTTP response codes generated by the backend members. + description: + The number of HTTP response codes generated by the backend members. This does not include any response codes generated by the Application Gateway. type: Metric verified: false visible: false tags: - - auto-generated - - agc-1406 + - auto-generated + - agc-1406 properties: metricName: BackendResponseStatus metricNamespace: Microsoft.Network/applicationGateways @@ -381,10 +442,10 @@ operator: GreaterThan criterionType: StaticThresholdCriterion dimensions: - - name: httpstatusgroup - operator: include - values: - - 5xx + - name: httpstatusgroup + operator: include + values: + - 5xx threshold: 15000.0 autoMitigate: false - name: CpuUtilization @@ -393,8 +454,8 @@ verified: false visible: false tags: - - auto-generated - - agc-1302 + - auto-generated + - agc-1302 properties: metricName: CpuUtilization metricNamespace: Microsoft.Network/applicationGateways @@ -412,8 +473,8 @@ verified: false visible: false tags: - - auto-generated - - agc-1292 + - auto-generated + - agc-1292 properties: metricName: BackendConnectTime metricNamespace: Microsoft.Network/applicationGateways @@ -431,8 +492,8 @@ verified: false visible: false tags: - - auto-generated - - agc-969 + - auto-generated + - agc-969 properties: metricName: ComputeUnits metricNamespace: Microsoft.Network/applicationGateways @@ -445,14 +506,15 @@ threshold: 7.5 autoMitigate: false - name: BackendLastByteResponseTime - description: Time interval between start of establishing a connection to backend + description: + Time interval between start of establishing a connection to backend server and receiving the last byte of the response body type: Metric verified: false visible: false tags: - - auto-generated - - agc-725 + - auto-generated + - agc-725 properties: metricName: BackendLastByteResponseTime metricNamespace: Microsoft.Network/applicationGateways @@ -470,8 +532,8 @@ verified: false visible: false tags: - - auto-generated - - agc-715 + - auto-generated + - agc-715 properties: metricName: Throughput metricNamespace: Microsoft.Network/applicationGateways @@ -489,8 +551,8 @@ verified: false visible: false tags: - - auto-generated - - agc-556 + - auto-generated + - agc-556 properties: metricName: CurrentConnections metricNamespace: Microsoft.Network/applicationGateways @@ -508,8 +570,8 @@ verified: false visible: false tags: - - auto-generated - - agc-533 + - auto-generated + - agc-533 properties: metricName: TotalRequests metricNamespace: Microsoft.Network/applicationGateways @@ -527,8 +589,8 @@ verified: false visible: false tags: - - auto-generated - - agc-325 + - auto-generated + - agc-325 properties: metricName: NewConnectionsPerSecond metricNamespace: Microsoft.Network/applicationGateways @@ -541,15 +603,16 @@ threshold: 10000.0 autoMitigate: false - name: BackendFirstByteResponseTime - description: Time interval between start of establishing a connection to backend + description: + Time interval between start of establishing a connection to backend server and receiving the first byte of the response header, approximating processing time of backend server type: Metric verified: false visible: false tags: - - auto-generated - - agc-304 + - auto-generated + - agc-304 properties: metricName: BackendFirstByteResponseTime metricNamespace: Microsoft.Network/applicationGateways @@ -567,8 +630,8 @@ verified: false visible: false tags: - - auto-generated - - agc-291 + - auto-generated + - agc-291 properties: metricName: EstimatedBilledCapacityUnits metricNamespace: Microsoft.Network/applicationGateways @@ -586,8 +649,8 @@ verified: false visible: false tags: - - auto-generated - - agc-251 + - auto-generated + - agc-251 properties: metricName: AvgRequestCountPerHealthyHost metricNamespace: Microsoft.Network/applicationGateways diff --git a/services/Sql/_index.md b/services/Sql/_index.md index beacbed4c..e2e8e61d2 100644 --- a/services/Sql/_index.md +++ b/services/Sql/_index.md @@ -1,5 +1,5 @@ --- title: Sql geekdocCollapseSection: true -geekdocHidden: true --- + diff --git a/services/Sql/managedInstances/_index.md b/services/Sql/managedInstances/_index.md index a5d85d6e2..2bc14caf2 100644 --- a/services/Sql/managedInstances/_index.md +++ b/services/Sql/managedInstances/_index.md @@ -1,7 +1,6 @@ --- -title: managedInstances +title: Managed Instances geekdocCollapseSection: true -geekdocHidden: true --- -{{< alertList name="alertList" >}} \ No newline at end of file +{{< alertList name="alertList">}} diff --git a/services/Sql/managedInstances/alerts.yaml b/services/Sql/managedInstances/alerts.yaml index 18b30344e..ca46722d2 100644 --- a/services/Sql/managedInstances/alerts.yaml +++ b/services/Sql/managedInstances/alerts.yaml @@ -2,10 +2,10 @@ description: Average CPU percentage type: Metric verified: false - visible: false + visible: true tags: - - auto-generated - - agc-3941 + - auto-generated + - agc-3941 properties: metricName: avg_cpu_percent metricNamespace: Microsoft.Sql/managedInstances @@ -17,14 +17,19 @@ 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 + - auto-generated + - agc-2440 properties: metricName: storage_space_used_mb metricNamespace: Microsoft.Sql/managedInstances @@ -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 diff --git a/services/Sql/servers/_index.md b/services/Sql/servers/_index.md index 8250b4406..7b0a6cb0b 100644 --- a/services/Sql/servers/_index.md +++ b/services/Sql/servers/_index.md @@ -1,7 +1,6 @@ --- -title: servers/databases +title: Server Databases geekdocCollapseSection: true -geekdocHidden: true --- -{{< alertList name="alertList" >}} \ No newline at end of file +{{< alertList name="alertList">}} diff --git a/services/Sql/servers/alerts.yaml b/services/Sql/servers/alerts.yaml index 9925d410f..5800bb1dd 100644 --- a/services/Sql/servers/alerts.yaml +++ b/services/Sql/servers/alerts.yaml @@ -2,10 +2,10 @@ description: Failed Connections type: Metric verified: false - visible: false + visible: true tags: - - auto-generated - - agc-40238 + - auto-generated + - agc-40238 properties: metricName: connection_failed metricNamespace: Microsoft.Sql/servers/databases @@ -17,14 +17,19 @@ 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 + - auto-generated + - agc-35134 properties: metricName: deadlock metricNamespace: Microsoft.Sql/servers/databases @@ -36,14 +41,19 @@ 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 + - auto-generated + - agc-14712 properties: metricName: blocked_by_firewall metricNamespace: Microsoft.Sql/servers/databases @@ -55,14 +65,19 @@ 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 + - auto-generated + - agc-5882 properties: metricName: storage metricNamespace: Microsoft.Sql/servers/databases @@ -74,14 +89,19 @@ 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 + - auto-generated + - agc-3844 properties: metricName: connection_successful metricNamespace: Microsoft.Sql/servers/databases @@ -96,14 +116,19 @@ 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' + description: "Failed Connections : User Errors" type: Metric verified: false - visible: false + visible: true tags: - - auto-generated - - agc-2855 + - auto-generated + - agc-2855 properties: metricName: connection_failed_user_error metricNamespace: Microsoft.Sql/servers/databases @@ -115,14 +140,19 @@ 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 + - auto-generated + - agc-1689 properties: metricName: dtu_used metricNamespace: Microsoft.Sql/servers/databases @@ -134,14 +164,19 @@ 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 verified: false visible: false tags: - - auto-generated - - agc-637 + - auto-generated + - agc-637 properties: metricName: sessions_count metricNamespace: Microsoft.Sql/servers/databases @@ -159,8 +194,8 @@ verified: false visible: false tags: - - auto-generated - - agc-577 + - auto-generated + - agc-577 properties: metricName: dtu_limit metricNamespace: Microsoft.Sql/servers/databases @@ -178,8 +213,8 @@ verified: false visible: false tags: - - auto-generated - - agc-361 + - auto-generated + - agc-361 properties: metricName: app_memory_percent metricNamespace: Microsoft.Sql/servers/databases @@ -197,8 +232,8 @@ verified: false visible: false tags: - - auto-generated - - agc-350 + - auto-generated + - agc-350 properties: metricName: app_cpu_percent metricNamespace: Microsoft.Sql/servers/databases @@ -216,8 +251,8 @@ verified: false visible: false tags: - - auto-generated - - agc-343 + - auto-generated + - agc-343 properties: metricName: memory_usage_percent metricNamespace: Microsoft.Sql/servers/databases @@ -235,8 +270,8 @@ verified: false visible: false tags: - - auto-generated - - agc-328 + - auto-generated + - agc-328 properties: metricName: cpu_used metricNamespace: Microsoft.Sql/servers/databases @@ -249,14 +284,15 @@ threshold: 80.0 autoMitigate: false - name: tempdb_data_size - description: Space used in tempdb data files in kilobytes. Not applicable to data + description: + Space used in tempdb data files in kilobytes. Not applicable to data warehouses. type: Metric verified: false visible: false tags: - - auto-generated - - agc-298 + - auto-generated + - agc-298 properties: metricName: tempdb_data_size metricNamespace: Microsoft.Sql/servers/databases @@ -274,8 +310,8 @@ verified: false visible: false tags: - - auto-generated - - agc-5835 + - auto-generated + - agc-5835 properties: metricName: storage_percent metricNamespace: Microsoft.Sql/servers/elasticpools @@ -293,8 +329,8 @@ verified: false visible: false tags: - - auto-generated - - agc-5434 + - auto-generated + - agc-5434 properties: metricName: cpu_percent metricNamespace: Microsoft.Sql/servers/elasticpools @@ -312,8 +348,8 @@ verified: false visible: false tags: - - auto-generated - - agc-3850 + - auto-generated + - agc-3850 properties: metricName: dtu_consumption_percent metricNamespace: Microsoft.Sql/servers/elasticpools @@ -331,8 +367,8 @@ verified: false visible: false tags: - - auto-generated - - agc-2800 + - auto-generated + - agc-2800 properties: metricName: allocated_data_storage_percent metricNamespace: Microsoft.Sql/servers/elasticpools @@ -350,8 +386,8 @@ verified: false visible: false tags: - - auto-generated - - agc-2299 + - auto-generated + - agc-2299 properties: metricName: physical_data_read_percent metricNamespace: Microsoft.Sql/servers/elasticpools @@ -369,8 +405,8 @@ verified: false visible: false tags: - - auto-generated - - agc-1775 + - auto-generated + - agc-1775 properties: metricName: log_write_percent metricNamespace: Microsoft.Sql/servers/elasticpools @@ -388,8 +424,8 @@ verified: false visible: false tags: - - auto-generated - - agc-844 + - auto-generated + - agc-844 properties: metricName: workers_percent metricNamespace: Microsoft.Sql/servers/elasticpools @@ -402,15 +438,16 @@ threshold: 80.0 autoMitigate: false - name: sqlserver_process_memory_percent - description: Memory usage as a percentage of the SQL DB process. Applies to elastic + 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 removed in the future.) type: Metric verified: false visible: false tags: - - auto-generated - - agc-505 + - auto-generated + - agc-505 properties: metricName: sqlserver_process_memory_percent metricNamespace: Microsoft.Sql/servers/elasticpools @@ -428,8 +465,8 @@ verified: false visible: false tags: - - auto-generated - - agc-473 + - auto-generated + - agc-473 properties: metricName: sessions_percent metricNamespace: Microsoft.Sql/servers/elasticpools @@ -447,8 +484,8 @@ verified: false visible: false tags: - - auto-generated - - agc-436 + - auto-generated + - agc-436 properties: metricName: xtp_storage_percent metricNamespace: Microsoft.Sql/servers/elasticpools @@ -461,15 +498,16 @@ threshold: 90.0 autoMitigate: false - name: sqlserver_process_core_percent - description: CPU usage as a percentage of the SQL DB process. Applies to elastic + 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 in the future.) type: Metric verified: false visible: false tags: - - auto-generated - - agc-418 + - auto-generated + - agc-418 properties: metricName: sqlserver_process_core_percent metricNamespace: Microsoft.Sql/servers/elasticpools @@ -487,8 +525,8 @@ verified: false visible: false tags: - - auto-generated - - agc-289 + - auto-generated + - agc-289 properties: metricName: tempdb_log_used_percent metricNamespace: Microsoft.Sql/servers/elasticpools @@ -506,8 +544,8 @@ verified: false visible: false tags: - - auto-generated - - agc-279 + - auto-generated + - agc-279 properties: metricName: eDTU_used metricNamespace: Microsoft.Sql/servers/elasticpools @@ -525,8 +563,8 @@ verified: false visible: false tags: - - auto-generated - - agc-262 + - auto-generated + - agc-262 properties: metricName: allocated_data_storage metricNamespace: Microsoft.Sql/servers/elasticpools