Skip to content

Commit ed8c255

Browse files
authored
Update postgresql-opentelemetry.md
1 parent 5d84a7e commit ed8c255

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

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

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Use this dashboard to:
247247
- Determine the number of active databases and clusters.
248248
- Drill-down into database errors, failed logins and slow queries.
249249
- Determine if your database or queries need to be tuned based on comparing the number of slow queries.
250-
- Active deadlock value, tuple operations trends
250+
- Active deadlock value and tuple operations trends.
251251

252252
<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Postgresql-OpenTelemetry/PostgreSQL-Overview.png' alt="Overview" />
253253

@@ -269,12 +269,11 @@ The **PostgreSQL - Database Metrics** dashboard allows you to monitor the databa
269269
Use this dashboard to:
270270

271271
- Understand the behavior and performance of your database clusters.
272-
- Monitor database size and disk usage.
272+
- Monitor the database size and disk usage.
273273
- Identify top 5 and least 5 frequently scanned indexes.
274-
- Row return and fetched ratio, block hits by database
275-
- Number of Locks and Deadlocks
276-
- Rows Update Deleted Inserted count trend
277-
274+
- Monitor the row return and fetched ratio, block hits by database.
275+
- Identify the number of Locks and Deadlocks.
276+
- Identify the rows Update/Deleted/Inserted count trend.
278277

279278
<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Postgresql-OpenTelemetry/PostgreSQL-Database-Metrics.png' alt="Database Metrics" />
280279

@@ -287,7 +286,7 @@ Use this dashboard to view:
287286
- Head Only Tuple updated by schema.
288287
- Disk block reads and Disk usage by schema.
289288
- Buffer hits and rows inserted, updated and deleted by schema.
290-
- Live rows by schema
289+
- Live rows by schema.
291290

292291
<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Postgresql-OpenTelemetry/PostgreSQL-Schema-Metrics.png' alt="Schema Metrics" />
293292

@@ -340,10 +339,8 @@ Use this dashboard to:
340339
- Monitor PostgreSQL relation metrics (disk blocks, buffer hits, and hot updates) trends over time.
341340
- Monitor index scans and size to determine if executed queries are accessing them for a relation.
342341
- Track index utilization of existing indexes in a relation.
343-
- Postgresql live and dead rows count trend
344-
- Sequential scans and index scans by relation
345-
-
346-
342+
- Monitor the Postgresql live and dead rows count trend.
343+
- Monitor the sequential scans and index scans by relation.
347344

348345
<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Postgresql-OpenTelemetry/PostgreSQL-Relation-Metrics.png' alt="Relation Metrics" />
349346

0 commit comments

Comments
 (0)