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
@@ -360,5 +360,5 @@ import CreateMonitors from '../../../reuse/apps/create-monitors.md';
360
360
|`PostgreSQL - Instance Down Alert`| This alert gets triggered when the Postgres instance is down. | Count > = 1 | Count < 1 |
361
361
|`PostgreSQL - SlowQueries Alert`| This alert gets triggered when we detect that the PostgreSQL instance is executing slow queries. | Count > 5 | Count < = 5 |
362
362
|`Postgresql- Too Many Connections Alert`| PostgreSQL instance has too many connections. | Count > = 100 | Count < 100 |
363
-
|`Postgresql - Too Many Locks Acquired Alert`| This alert is triggered when there are too many locks acquired on the database. Increase the postgres setting `max_locks_per_transaction`, if this alert occurs frequently. | Count > = 100 | Count < 100 |
364
-
|`Postgresql- High Rate Deadlock`| This alert is triggered when deadlocks in a Postgres instance are detected. | Count > = 1 | Count < 1 |
363
+
|`PostgreSQL - Too Many Locks Acquired Alert`| This alert is triggered when there are too many locks acquired on the database. Increase the postgres setting `max_locks_per_transaction`, if this alert occurs frequently. | Count > = 100 | Count < 100 |
364
+
|`PostgreSQL - High Rate Deadlock`| This alert is triggered when deadlocks in a Postgres instance are detected. | Count > = 1 | Count < 1 |
0 commit comments