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
@@ -342,7 +342,7 @@ import CreateMonitors from '../../../reuse/apps/create-monitors.md';
342
342
|`MySQL - Follower replication lag detected Alert`| This alert gets triggered when we detect that the average replication lag is greater than or equal to 900 seconds within a 5 minute time interval. | Count > = 900 | Count < 900 |
343
343
|`MySQL - High average query run time Alert`| This alert gets triggered when the average run time of SQL queries for a given schema is greater than or equal to one second within a time interval of 5 minutes. | Count > = 10 | Count < 10 |
344
344
|`MySQL - High Innodb buffer pool utilization Alert`| This alert gets triggered when we detect that the InnoDB buffer pool utilization is high (>=90%) within a 5 minute time interval. | Count > = 90 | Count < 90 |
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 |
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
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