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
**Expert-level Postgres monitoring tool designed for humans and AI systems**
6
8
7
-
https://demo.postgres.ai (`demo` / `demo`)
9
+
Built for senior DBAs, SREs, and AI systems who need rapid root cause analysis and deep performance insights. This isn't a tool for beginners — it's designed for Postgres experts who need to understand complex performance issues in minutes, not hours.
10
+
11
+
**Part of [Self-Driving Postgres](https://postgres.ai/blog/20250725-self-driving-postgres)** - postgres_ai monitoring is a foundational component of PostgresAI's open-source Self-Driving Postgres (SDP) initiative, providing the advanced monitoring and intelligent root cause analysis capabilities essential for achieving higher levels of database automation.
@@ -40,9 +86,9 @@ Failure to secure these ports may expose sensitive database information!
40
86
41
87
## 🚀 Quick start
42
88
43
-
Create a new DB user in database to be monitored (skip this if you want just to check out `postgres_ai` monitoring with a synthetic `demo` database):
89
+
Create a new DB user in the database to be monitored (skip this if you want to just check out `postgres_ai` monitoring with a synthetic `demo` database):
44
90
```sql
45
-
-- Create a user for Postgres AI monitoring
91
+
-- Create a user for postgres_ai monitoring
46
92
begin;
47
93
createuserpostgres_ai_mon with password '<password>';
Now, start it and wait for a few minutes. To obtain Postgres AI access token for your organization visit https://console.postgres.ai (`Your org name → Manage → Access tokens`):
130
+
Now, start it and wait for a few minutes. To obtain a PostgresAI access token for your organization, visit https://console.postgres.ai (`Your org name → Manage → Access tokens`):
- Query plan analysis and automated recommendations
215
+
- Enhanced AI integration capabilities
216
+
217
+
## 🤝 Contributing
218
+
219
+
We welcome contributions from Postgres experts! Please check our [GitLab repository](https://gitlab.com/postgres-ai/postgres_ai) for:
220
+
- Code standards and review process
221
+
- Dashboard design principles
222
+
- Testing requirements for monitoring components
223
+
224
+
## 📄 License
225
+
226
+
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
227
+
228
+
## 🏢 About PostgresAI
229
+
230
+
postgres_ai monitoring is developed by [PostgresAI](https://postgres.ai), bringing years of Postgres expertise into automated monitoring and analysis tools. We provide enterprise consulting and advanced Postgres solutions for fast-growing companies.
0 commit comments