You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/databases/opentelemetry/mysql-opentelemetry.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -345,4 +345,4 @@ import CreateMonitors from '../../../reuse/apps/create-monitors.md';
345
345
|`MySQL - Instance down Alert`| This alert gets triggered when we detect that a MySQL instance is down within last 5 minutes interval | Count > = 1 | Count < 1 |
346
346
|`MySQL - Large number of statement errors Alert`| This alert gets triggered when we detect that there are 5 or more statement errors within a 5 minute time interval. | Count > = 5 | Count < 5 |
347
347
|`MySQL - Large number of statement warnings Alert`| This alert gets triggered when we detect that there are 20 or more statement warnings within a 5 minute time interval. | Count > = 20 | Count < 20 |
348
-
|`MySQL - No index used in the SQL statements Alert`| This alert gets triggered when we detect that there are 5 or more statements not using an index in the sql query within a 5 minute time interval. | Count > = 5 | Count < 5 |
348
+
|`MySQL - No index used in the SQL statements Alert`| This alert gets triggered when we detect that there are 5 or more statements not using an index in the SQL query within a 5 minute time interval. | Count > = 5 | Count < 5 |
0 commit comments