Skip to content

Commit 5381153

Browse files
Update docs/integrations/microsoft-azure/opentelemetry/sql-server-linux-opentelemetry.md
Co-authored-by: Amee Lepcha <[email protected]>
1 parent b7833b7 commit 5381153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/microsoft-azure/opentelemetry/sql-server-linux-opentelemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ import CreateMonitors from '../../../reuse/apps/create-monitors.md';
196196
| Name | Description | Alert Condition | Recover Condition |
197197
|:--|:--|:--|:--|
198198
| `SQL Server - AppDomain` | This alert is triggered when we detect AppDomain related issues in your SQL Server instance. | Count `>=` 1 | Count `<` 1 |
199-
| `SQL Server - Backup Fail` | This alert is triggered when the SQL Server backup is failed. | Count `>=` 1 | Count `<` 1 |
199+
| `SQL Server - Backup Fail` | This alert is triggered when the SQL Server backup fails. | Count `>=` 1 | Count `<` 1 |
200200
| `SQL Server - Deadlock` | This alert is triggered when we detect deadlocks in a SQL Server instance. | Count `>` 5 | Count `<=` 5 |
201201
| `SQL Server - Instance Down` | This alert is triggered when the SQL Server instance is down for 5 minutes. | Count `>` 0 | Count `<=` 0 |
202202
| `SQL Server - Insufficient Space` | This alert is triggered when SQL Server instance could not allocate a new page for database because of insufficient disk space in filegroup. | Count `>` 0 | Count `<=` 0 |

0 commit comments

Comments
 (0)