Skip to content

Commit fae69d3

Browse files
sumoanemakimsauce
andauthored
Apply suggestions from code review
Co-authored-by: Kim (Sumo Logic) <[email protected]>
1 parent f572e32 commit fae69d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ Use this dashboard to:
339339
- Monitor PostgreSQL relation metrics (disk blocks, buffer hits, and hot updates) trends over time.
340340
- Monitor index scans and size to determine if executed queries are accessing them for a relation.
341341
- Track index utilization of existing indexes in a relation.
342-
- Monitor the Postgresql live and dead rows count trend.
342+
- Monitor the PostgreSQL live and dead rows count trend.
343343
- Monitor the sequential scans and index scans by relation.
344344

345345
<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Postgresql-OpenTelemetry/PostgreSQL-Relation-Metrics.png' alt="Relation Metrics" />
@@ -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 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

Comments
 (0)