Skip to content

Commit c34ce31

Browse files
committed
minor fixes
1 parent c1a224c commit c34ce31

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,9 @@ import CreateMonitors from '../../../reuse/apps/create-monitors.md';
347347
| Alert Name | Alert Description and conditions | Alert Condition | Recover Condition |
348348
|:--|:--|:--|:--|
349349
| `PostgreSQL - Access from Highly Malicious Sources Alert` | This alert gets triggered when a Postgres instance is accessed from known malicious IP addresses. | Count > = 1 | Count < 1 |
350-
| `PostgreSQL - High Rate of Statement Timeout Alert` | This alert gets triggered when we detect Postgres transactions show a high rate of statement timeouts | Count > = 1 | Count < 1 |
350+
| `PostgreSQL - High Rate of Statement Timeout Alert` | This alert gets triggered when we detect Postgres transactions show a high rate of statement timeouts. | Count > = 1 | Count < 1 |
351351
| `PostgreSQL - High Replication Lag Alert` | This alert gets triggered when we detect that the Postgres Replication lag (in bytes) is high. | Count > 10 | Count < = 10 |
352-
| `PostgreSQL - Instance Down Alert` | This alert gets triggered when the Postgres instance is down | Count > = 1 | Count < 1 |
353-
| `PostgreSQL - SlowQueries Alert` | This alert gets triggered when we detect that the PostgreSQL instance is executing slow queries | Count > 5 | Count < = 5 |
352+
| `PostgreSQL - Instance Down Alert` | This alert gets triggered when the Postgres instance is down. | Count > = 1 | Count < 1 |
353+
| `PostgreSQL - SlowQueries Alert` | This alert gets triggered when we detect that the PostgreSQL instance is executing slow queries. | Count > 5 | Count < = 5 |
354354
| `Postgresql- Too Many Connections Alert` | PostgreSQL instance has too many connections. | Count > = 100 | Count < 100 |
355-
| `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 |
355+
| `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 |

docs/integrations/web-servers/opentelemetry/nginx-opentelemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,5 +305,5 @@ import CreateMonitors from '../../../reuse/apps/create-monitors.md';
305305
| `Nginx - Access from Highly Malicious Sources Alert` | This alert gets triggered when an Nginx server is accessed from highly malicious IP addresses. | Count > = 1 | Count < 1 |
306306
| `Nginx - Critical Error Messages Alert` | This alert gets triggered when we detect critical error messages for a given Nginx server. | Count > = 1 | Count < 1 |
307307
| `Nginx - High Client (HTTP 4xx) Error Rate Alert` | This alert gets triggered when there are too many HTTP requests (>5%) with a response status of 4xx. | Count > = 1 | Count < 1 |
308-
| `Nginx - High Number of Active Connections Alert` | None | Count > = 100 | Count < 100 |
308+
| `Nginx - High Number of Active Connections Alert` | This alert gets triggered when there are many number of active connections. | Count > = 100 | Count < 100 |
309309
| `Nginx - High Server (HTTP 5xx) Error Rate Alert` | This alert gets triggered when there are too many HTTP requests (>5%) with a response status of 5xx. | Count > = 1 | Count < 1 |

0 commit comments

Comments
 (0)