From c0bd479d30149f8f49c5f2f0cafde63b2ce653e6 Mon Sep 17 00:00:00 2001 From: Gaurav Arora Date: Fri, 4 Dec 2020 23:10:29 +0530 Subject: [PATCH] Add dexter to monitoring section https://github.com/ankane/dexter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c5e7168..cc858db 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ For Database Management * [pgbench](https://www.postgresql.org/docs/devel/static/pgbench.html) - Run a benchmark test on PostgreSQL. * [opm.io](http://opm.io) - Open PostgreSQL Monitoring is a free software suite designed to help you manage your PostgreSQL servers. It can gather stats, display dashboards and send warnings when something goes wrong. * [okmeter.io](https://okmeter.io/pg) - Commercial SaaS agent-based monitoring with a very detailed PostgreSQL plugin. It automatically gathers 100s of stats, displays dashboards on every aspect and sends alerts when something goes wrong (Commercial Software). +* [dexter](https://github.com/ankane/dexter) - The automatic indexer for Postgres. Detects slow queries and creates indexes if configured to do so. ### Extensions * [Citus](https://github.com/citusdata/citus) - Scalable PostgreSQL cluster for real-time workloads.