Skip to content

Commit 6ef5fcb

Browse files
authored
Update docs/integrations/databases/opentelemetry/postgresql-opentelemetry.md
1 parent ed8c255 commit 6ef5fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/databases/opentelemetry/postgresql-opentelemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,5 +360,5 @@ import CreateMonitors from '../../../reuse/apps/create-monitors.md';
360360
| `PostgreSQL - Instance Down Alert` | This alert gets triggered when the Postgres instance is down. | Count > = 1 | Count < 1 |
361361
| `PostgreSQL - SlowQueries Alert` | This alert gets triggered when we detect that the PostgreSQL instance is executing slow queries. | Count > 5 | Count < = 5 |
362362
| `Postgresql- Too Many Connections Alert` | PostgreSQL instance has too many connections. | Count > = 100 | Count < 100 |
363-
| `Postgresql - Too Many Locks Acquired Alert` | This alert gets triggered when we detect that there are too many locks acquired on the database. If this alert happens frequently, you may need to increase the postgres setting `max_locks_per_transaction`. | 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 |
364364
| `Postgresql- High Rate Deadlock` | This alert fires when we detect deadlocks in a Postgres instance | Count > = 1 | Count < 1 |

0 commit comments

Comments
 (0)