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/mariadb-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
@@ -262,5 +262,5 @@ import CreateMonitors from '../../../reuse/apps/create-monitors.md';
262
262
|`MariaDB - Critical Errors`| This alert is triggered when there are critical database errors. | Count `>` 10 | Count `<=` 10 |
263
263
|`MariaDB - Excessive Slow Query Detected`| This alert is triggered when the average time to execute a query is more than 15 seconds for a 5 minute time interval. | Count `>=` 1 | Count `<` 1 |
264
264
|`MariaDB - Failed Login Attempts`| This alert is triggered when there are excessive failed login attempts in a short period. | Count `>=` 1 | Count `<` 1 |
265
-
|`MariaDB - Instance down`| This alert is triggered when we detect that a MariaDB instance is down | Count `>=` 1 | Count `<` 1 |
265
+
|`MariaDB - Instance down`| This alert is triggered when the MariaDB instance is down.| Count `>=` 1 | Count `<` 1 |
266
266
|`MariaDB - Replication Failure`| This alert is triggered when there are replication failures. | Count `>=` 1 | Count `<` 1 |
0 commit comments