Skip to content

Commit ff08133

Browse files
amee-sumoJV0812
andauthored
Update Azure docs with monitors (#5619)
* Update the monitors section in Azure docs * Updated Azure docs monitor section * Update azure-application-gateway.md * Update azure-cache-for-redis.md * Update azure-database-for-postgresql.md * Update azure-load-balancer.md * Update azure-storage.md * Update kubernetes.md --------- Co-authored-by: Jagadisha V <[email protected]>
1 parent e862220 commit ff08133

11 files changed

+237
-71
lines changed

docs/integrations/microsoft-azure/azure-application-gateway.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,24 @@ The **Azure Application Gateway - Traffic** dashboard provides details into the
158158

159159
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/AzureApplicationGateway/Azure-Application-Gateway-Traffic.png')} alt="Azure Application Gateway Security" style={{border: '1px solid gray'}} width="800" />
160160

161+
## Create monitors for Azure Application Gateway
162+
163+
import CreateMonitors from '../../reuse/apps/create-monitors.md';
164+
165+
<CreateMonitors/>
166+
167+
### Azure Application Gateway alerts
168+
169+
These alerts are metric based and will work for all Azure Application Gateways.
170+
171+
| Alert Name | Alert Description and Conditions | Alert Condition | Recover Condition |
172+
|:--|:--|:--|:--|
173+
| `Azure Application Gateway - Current Capacity Units` | This alert is triggered when Average Capacity Units count is greater than 75. Also, a warning type alert will be triggered when Average Capacity Units count is greater than 65. | percentage >= 75 | percentage < 75 |
174+
| `Azure Application Gateway - Current Compute Units` | This alert is triggered when Average Compute Units count is greater than 75. Also, a warning type alert will be triggered when Average Compute Units count is greater than 65. | percentage >= 75 | percentage < 75 |
175+
| `Azure Application Gateway - Failed Requests` | This alert is triggered when Failed Requests count greater than 1. | Count >= 1 | Count < 1 |
176+
| `Azure Application Gateway - Healthy Host Count` | This alert is triggered when Healthy Host Count is less than 1. | Count < 1 | Count >= 1 |
177+
| `Azure Application Gateway - UnHealthy Host Count` | This alert is triggered when UnHealthy Host Count is greater than 1. | Count >= 1 | Count < 1 |
178+
161179
## Upgrade/Downgrade the Azure Application Gateway app (optional)
162180

163181
import AppUpdate from '../../reuse/apps/app-update.md';
@@ -170,17 +188,6 @@ import AppUninstall from '../../reuse/apps/app-uninstall.md';
170188

171189
<AppUninstall/>
172190

173-
### Azure Application Gateway alerts
174-
These alerts are metric based and will work for all Azure Application Gateways.
175-
176-
| Alert Name | Alert Description and Conditions | Alert Condition | Recover Condition |
177-
|:-----------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------|:------------------|
178-
| `Azure Application Gateway - Current Capacity Units` | This alert is triggered when Average Capacity Units count is greater than 75. Also, a warning type alert will be triggered when Average Capacity Units count is greater than 65. | percentage >= 75 | percentage < 75 |
179-
| `Azure Application Gateway - Current Compute Units` | This alert is triggered when Average Compute Units count is greater than 75. Also, a warning type alert will be triggered when Average Compute Units count is greater than 65. | percentage >= 75 | percentage < 75 |
180-
| `Azure Application Gateway - Failed Requests` | This alert is triggered when Failed Requests count greater than 1. | Count >= 1 | Count < 1 |
181-
| `Azure Application Gateway - Healthy Host Count` | This alert is triggered when Healthy Host Count is less than 1. | Count < 1 | Count >= 1 |
182-
| `Azure Application Gateway - UnHealthy Host Count` | This alert is triggered when UnHealthy Host Count is greater than 1 | Count >= 1 | Count < 1 |
183-
184191
## Troubleshooting
185192

186193
### HTTP Logs and Metrics Source used by Azure Functions

docs/integrations/microsoft-azure/azure-cache-for-redis.md

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -160,17 +160,35 @@ The **Azure Cache for Redis - Resource Performance(Non-Enterprise)** dashboard p
160160

161161
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/AzureCacheForRedis/Azure-Cache-for-Redis-Resource-Performance-Non-Enterprise.png')} alt="Azure Cache for Redis - Resource Performance(Non-Enterprise)" style={{border: '1px solid gray'}} width="800" />
162162

163+
## Create monitors for Azure Cache for Redis
164+
165+
import CreateMonitors from '../../reuse/apps/create-monitors.md';
166+
167+
<CreateMonitors/>
163168

164169
### Azure Cache for Redis alerts
170+
165171
These alerts are metric based and will work for all Azure Cache for Redis.
166172

167-
| Alert Name | Alert Description and Conditions | Alert Condition | Recover Condition |
168-
|:-------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------|:------------------|
169-
| `Azure Cache For Redis - Cache Read` | This alert is triggered when Average Cache Read bytes are greater than 140625000. Also, a warning type alert will be triggered when Cache Read Units bytes are greater than 130625000. | bytes >= 140625000 | bytes < 140625000 |
170-
| `Azure Cache For Redis - Connected Clients` | This alert is triggered when Connected Clients count is greater than 5625. Also, a warning type alert will be triggered when Connected Clients count is greater than 4625. | count >= 5625 | count < 5625 |
171-
| `Azure Cache For Redis - CPU Utilization` | This alert is triggered when CPU Utilization percentage greater than 80. Also a warning type alert will be triggered when CPU Utilization percentage greater than 70. | percentage >= 80 | percentage < 80 |
172-
| `Azure Cache For Redis - Server Load` | This alert is triggered when Server Load percentage greater than 80. Also a warning type alert will be triggered when Server Load percentage greater than 70. | percentage >= 80 | percentage < 80 |
173-
| `Azure Cache For Redis - Used Memory Percentage` | This alert is triggered when Used Memory percentage greater than 80. Also a warning type alert will be triggered when Used Memory percentage greater than 70. | percentage >= 80 | percentage < 80 |
173+
| Alert Name | Alert Description and Conditions | Alert Condition | Recover Condition |
174+
|:--|:--|:--|:--|
175+
| `Azure Cache For Redis - Cache Read` | This alert is triggered when Average Cache Read bytes are greater than 140625000. Also, a warning type alert will be triggered when Cache Read Units bytes are greater than 130625000. | bytes >= 140625000 | bytes < 140625000 |
176+
| `Azure Cache For Redis - Connected Clients` | This alert is triggered when Connected Clients count is greater than 5625. Also, a warning type alert will be triggered when Connected Clients count is greater than 4625. | count >= 5625 | count < 5625 |
177+
| `Azure Cache For Redis - CPU Utilization` | This alert is triggered when CPU Utilization percentage greater than 80. Also a warning type alert will be triggered when CPU Utilization percentage greater than 70. | percentage >= 80 | percentage < 80 |
178+
| `Azure Cache For Redis - Server Load` | This alert is triggered when Server Load percentage greater than 80. Also a warning type alert will be triggered when Server Load percentage greater than 70. | percentage >= 80 | percentage < 80 |
179+
| `Azure Cache For Redis - Used Memory Percentage` | This alert is triggered when Used Memory percentage greater than 80. Also a warning type alert will be triggered when Used Memory percentage greater than 70. | percentage >= 80 | percentage < 80 |
180+
181+
## Upgrade/Downgrade the Azure Cache for Redis app (optional)
182+
183+
import AppUpdate from '../../reuse/apps/app-update.md';
184+
185+
<AppUpdate/>
186+
187+
## Uninstalling the Azure Cache for Redis app (optional)
188+
189+
import AppUninstall from '../../reuse/apps/app-uninstall.md';
190+
191+
<AppUninstall/>
174192

175193
## Troubleshooting
176194

docs/integrations/microsoft-azure/azure-container-instances.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,17 +139,35 @@ Use this dashboard to:
139139

140140
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Azure-Container-Instances/Azure-Container-Instances-Policy-and-Recommendations.png')} alt="Azure Container Instances - Policy and Recommendations" style={{border: '1px solid gray'}} width="800" />
141141

142+
## Create monitors for Azure Container Instances
143+
144+
import CreateMonitors from '../../reuse/apps/create-monitors.md';
145+
146+
<CreateMonitors/>
147+
142148
### Azure Container Instances alerts
143149

144150
These alerts are metric based and will work for all Azure Container Instances.
145151

146-
| Alert Name | Description | Alert Condition | Recover Condition |
147-
|:-- |:-- |:--|:---------------------|
152+
| Alert Name | Description | Alert Condition | Recover Condition |
153+
|:--|:--|:--|:--|
148154
| `Azure Container Instances - Memory Usage` | This alert is triggered when memory usage is greater than 20 MB. Also warning alert is triggered when the memory usage exceeds 15 MB. | Data volume > 20MB | Data volume < = 20MB |
149-
| `Azure Container Instances - CPU Usage` | This alert is triggered when CPU usage is greater than 100 milicore. Also warning alert is triggered when the CPU usage exceeds 90 millicore. | millicores > 100 | millicores < = 100 |
155+
| `Azure Container Instances - CPU Usage` | This alert is triggered when CPU usage is greater than 100 milicore. Also warning alert is triggered when the CPU usage exceeds 90 millicore. | millicores > 100 | millicores < = 100 |
156+
157+
## Upgrade/Downgrade the Azure Container Instances app (optional)
158+
159+
import AppUpdate from '../../reuse/apps/app-update.md';
160+
161+
<AppUpdate/>
162+
163+
## Uninstalling the Azure Container Instances app (optional)
164+
165+
import AppUninstall from '../../reuse/apps/app-uninstall.md';
166+
167+
<AppUninstall/>
150168

151169
## Troubleshooting
152170

153171
### HTTP Logs and Metrics Source used by Azure Functions
154172

155-
To troubleshoot metrics collection, follow the instructions in [Troubleshooting metrics collection](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/#troubleshooting-metrics-collection) in *Collect Metrics from Azure Monitor*.
173+
To troubleshoot metrics collection, follow the instructions in [Troubleshooting metrics collection](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/#troubleshooting-metrics-collection) in *Collect Metrics from Azure Monitor*.

docs/integrations/microsoft-azure/azure-database-for-mysql.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,17 +178,35 @@ The **Azure Database for Mysql - Storage Overview** dashboard provides details a
178178

179179
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/AzureDatabaseForMysql/Azure-Database-for-MySQL-Storage-Overview.png')} alt="Azure Database for Mysql - Storage Overview" style={{border: '1px solid gray'}} width="800" />
180180

181+
## Create monitors for Azure Database for MySQL
182+
183+
import CreateMonitors from '../../reuse/apps/create-monitors.md';
184+
185+
<CreateMonitors/>
181186

182187
## Azure Database for MySQL alerts
188+
183189
These alerts are metric based and will work for all Azure Database for MySQL.
184190

185191
| Alert Name | Alert Description and Conditions | Alert Condition | Recover Condition |
186192
|:--|:--|:--|:--|
187-
| `Azure Database for MySQL - Active Connections` | This alert fires when number of active connections in Azure MySQL instance is greater than a threshold value (default value 50). | connections >= 50 | connections < 50 |
188-
| `Azure Database for MySQL - High CPU Utilization` | This alert fires when CPU usage % on a host in a Azure MySQL instance is greater than a threshold value (default value 90) | percentage >= 90 | percentage < 90 |
189-
| `Azure Database for MySQL - High Memory Utilization` | This alert fires when memory % on a resource in a Azure MySQL instance is greater than a threshold value (default value 90%) | percentage >= 90 | percentage < 90 |
190-
| `Azure Database for MySQL - High Storage IO %` | This alert fires when storage IO % on a resource in a Azure MySQL instance is greater than a threshold value (default value 80%) | percentage >= 80 | percentage < 80 |
191-
| `Azure Database for MySQL - High Storage Utilization` | This alert fires when storage % on a resource in a Azure MySQL instance is greater than a threshold value (default value 90%) | percentage >= 90 | percentage < 90 |
193+
| `Azure Database for MySQL - Active Connections` | This alert fires when number of active connections in Azure MySQL instance is greater than a threshold value (default value 50). | connections >= 50 | connections < 50 |
194+
| `Azure Database for MySQL - High CPU Utilization` | This alert fires when CPU usage % on a host in a Azure MySQL instance is greater than a threshold value (default value 90) | percentage >= 90 | percentage < 90 |
195+
| `Azure Database for MySQL - High Memory Utilization` | This alert fires when memory % on a resource in a Azure MySQL instance is greater than a threshold value (default value 90%) | percentage >= 90 | percentage < 90 |
196+
| `Azure Database for MySQL - High Storage IO %` | This alert fires when storage IO % on a resource in a Azure MySQL instance is greater than a threshold value (default value 80%) | percentage >= 80 | percentage < 80 |
197+
| `Azure Database for MySQL - High Storage Utilization` | This alert fires when storage % on a resource in a Azure MySQL instance is greater than a threshold value (default value 90%) | percentage >= 90 | percentage < 90 |
198+
199+
## Upgrade/Downgrade the Azure Database for MySQL app (optional)
200+
201+
import AppUpdate from '../../reuse/apps/app-update.md';
202+
203+
<AppUpdate/>
204+
205+
## Uninstalling the Azure Database for MySQL app (optional)
206+
207+
import AppUninstall from '../../reuse/apps/app-uninstall.md';
208+
209+
<AppUninstall/>
192210

193211
## Troubleshooting
194212

docs/integrations/microsoft-azure/azure-database-for-postgresql.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -174,22 +174,23 @@ The **Azure Database for PostgreSQL - Transactions** dashboard provides insights
174174

175175
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/AzureDatabaseForPostgresql/Azure-Database-for-PostgreSQL-Transactions.png')} alt="Azure Database for PostgreSql - Transactions" style={{border: '1px solid gray'}} width="800" />
176176

177-
### Azure Database for PostgreSQL alerts
178-
These alerts are metric based and will work for all Azure Database for PostgreSQL.
177+
## Create monitors for Azure Database for PostgreSQL
179178

180-
| Alert Name | Alert Description and Conditions | Alert Condition | Recover Condition |
181-
|:-----------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------|:------------------|
182-
| `Azure Database for PostgreSQL - Active Connections` | This alert is triggered when Average Active Connections Count is greater than 1000. | Count >= 1000 | Count < 1000 |
183-
| `Azure Database for PostgreSQL - CPU Percent` | This alert is triggered when CPU Percentage is greater than 90. Also a warning type alert will be triggered when CPU Percentage is greater than 80. | Percentage >= 90 | Percentage < 90 |
184-
| `Azure Database for PostgreSQL - Failed Connections` | This alert is triggered when Failed Connections Count is greater than 10. | Count >= 10 | Count < 10 |
185-
| `Azure Database for PostgreSQL - Memory Percent` | This alert is triggered when Memory Percentage is greater than 80. Also a warning type alert will be triggered when Memory Percentage greater than 70. | percentage >= 80 | percentage < 80 |
186-
| `Azure Database for PostgreSQL - Storage Percent` | This alert is triggered when Storage Percent greater than 95. Also a warning type alert will be triggered when Storage Percent greater than 90. | percentage >= 95 | percentage < 95 |
179+
import CreateMonitors from '../../reuse/apps/create-monitors.md';
187180

188-
## Troubleshooting
181+
<CreateMonitors/>
189182

190-
### HTTP Logs and Metrics Source used by Azure Functions
183+
### Azure Database for PostgreSQL alerts
191184

192-
To troubleshoot metrics collection, follow the instructions in [Collect Metrics from Azure Monitor > Troubleshooting metrics collection](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/#troubleshooting-metrics-collection).
185+
These alerts are metric based and will work for all Azure Database for PostgreSQL.
186+
187+
| Alert Name | Alert Description and Conditions | Alert Condition | Recover Condition |
188+
|:--|:--|:--|:--|
189+
| `Azure Database for PostgreSQL - Active Connections` | This alert is triggered when Average Active Connections Count is greater than 1000. | Count >= 1000 | Count < 1000 |
190+
| `Azure Database for PostgreSQL - CPU Percent` | This alert is triggered when CPU Percentage is greater than 90. Also a warning type alert will be triggered when CPU Percentage is greater than 80. | Percentage >= 90 | Percentage < 90 |
191+
| `Azure Database for PostgreSQL - Failed Connections` | This alert is triggered when Failed Connections Count is greater than 10. | Count >= 10 | Count < 10 |
192+
| `Azure Database for PostgreSQL - Memory Percent` | This alert is triggered when Memory Percentage is greater than 80. Also a warning type alert will be triggered when Memory Percentage greater than 70. | percentage >= 80 | percentage < 80 |
193+
| `Azure Database for PostgreSQL - Storage Percent` | This alert is triggered when Storage Percent greater than 95. Also a warning type alert will be triggered when Storage Percent greater than 90. | percentage >= 95 | percentage < 95 |
193194

194195
## Upgrade/Downgrade the Azure Flexible Database for PostgreSQL app (Optional)
195196

@@ -202,3 +203,9 @@ import AppUpdate from '../../reuse/apps/app-update.md';
202203
import AppUninstall from '../../reuse/apps/app-uninstall.md';
203204

204205
<AppUninstall/>
206+
207+
## Troubleshooting
208+
209+
### HTTP Logs and Metrics Source used by Azure Functions
210+
211+
To troubleshoot metrics collection, follow the instructions in [Collect Metrics from Azure Monitor > Troubleshooting metrics collection](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/#troubleshooting-metrics-collection).

0 commit comments

Comments
 (0)