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
Copy file name to clipboardExpand all lines: docs/index.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,10 @@ In the world of database management, **monitoring** plays a crucial role in ensu
14
14
15
15
pgwatch is designed specifically for monitoring **PostgreSQL databases** and related infrastructure. It covers a wide range of components crucial for PostgreSQL ecosystems, including:
16
16
17
-
-**PostgreSQL Databases**: pgwatch monitors the core performance and health metrics of your PostgreSQL instances.
18
-
-**Patroni Clusters**: Monitor the health and performance of high-availability clusters members managed by **Patroni**.
19
-
-**Connection Poolers (PgPool, PgBouncer)**: pgwatch provides insights into connection pooling with both **PgPool** and **PgBouncer**.
20
-
-**Backup solutions**: Track the performance and status of **PgBackRest** and **WAL-G** backups, ensuring that your backups are executed correctly.
17
+
-**PostgreSQL Databases**: pgwatch monitors the core performance and health metrics of your PostgreSQL instances.
18
+
-**Patroni Clusters**: Monitor the health and performance of high-availability clusters members managed by **Patroni**.
19
+
-**Connection Poolers (PgPool, PgBouncer)**: pgwatch provides insights into connection pooling with both **PgPool** and **PgBouncer**.
20
+
-**Backup solutions**: Track the performance and status of **PgBackRest** and **WAL-G** backups, ensuring that your backups are executed correctly.
21
21
22
22
This extended monitoring capability allows you to gain a comprehensive view of not only your PostgreSQL databases but also the surrounding infrastructure that supports and enhances your database operations.
23
23
@@ -27,12 +27,12 @@ This extended monitoring capability allows you to gain a comprehensive view of n
27
27
28
28
pgwatch provides out-of-the-box support for almost all essential **PostgreSQL metrics**, including:
29
29
30
-
- Database health checks
31
-
- Query performance
32
-
- Index usage
33
-
- Disk I/O
34
-
- CPU and memory consumption
35
-
- Locks, waits, and more
30
+
- Database health checks
31
+
- Query performance
32
+
- Index usage
33
+
- Disk I/O
34
+
- CPU and memory consumption
35
+
- Locks, waits, and more
36
36
37
37
In addition to the standard metrics, pgwatch can be easily extended to monitor **custom metrics** based on your specific needs. The solution offers flexibility to fine-tune monitoring details and the aggressiveness of data collection.
0 commit comments