2
2
3
3
A complete PostgreSQL monitoring solution with automated performance analysis and reporting.
4
4
5
- ## 🚀 Quick Start
5
+ ## 🚀 Quick start
6
6
7
7
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):
8
8
``` sql
@@ -42,23 +42,23 @@ Now, start it and wait for a few minutes. Two optional adjustments:
42
42
43
43
That's it! Everything is installed, configured, and running.
44
44
45
- ## 📊 What You Get
45
+ ## 📊 What you get
46
46
47
47
- ** Grafana Dashboards** - Visual monitoring at http://localhost:3000
48
48
- ** PostgreSQL Monitoring** - PGWatch with comprehensive metrics
49
49
- ** Automated Reports** - Daily performance analysis
50
50
- ** API Integration** - Automatic upload to PostgreSQL AI
51
51
- ** Demo Database** - Ready-to-use test environment
52
52
53
- ## 🎯 Use Cases
53
+ ## 🎯 Use cases
54
54
55
- ** For Developers :**
55
+ ** For developers :**
56
56
``` bash
57
57
./postgres_ai quickstart --demo
58
58
```
59
59
Get a complete monitoring setup with demo data in under 2 minutes.
60
60
61
- ** For Production :**
61
+ ** For production :**
62
62
``` bash
63
63
./postgres_ai quickstart --api-key=your_key
64
64
# Then add your databases
@@ -71,7 +71,7 @@ Get a complete monitoring setup with demo data in under 2 minutes.
71
71
```
72
72
Fully automated setup with no interactive prompts.
73
73
74
- ## 🔧 Management Commands
74
+ ## 🔧 Management commands
75
75
76
76
``` bash
77
77
# Instance management
@@ -88,7 +88,7 @@ Fully automated setup with no interactive prompts.
88
88
./postgres_ai health
89
89
```
90
90
91
- ## 🌐 Access Points
91
+ ## 🌐 Access points
92
92
93
93
After running quickstart:
94
94
@@ -103,6 +103,5 @@ After running quickstart:
103
103
./postgres_ai help
104
104
```
105
105
106
- ## 🔑 API Key
107
-
108
- Get your key at [ PostgreSQL AI] ( https://postgres.ai ) for automated report uploads and advanced analysis.
106
+ ## 🔑 Postgres AI access token
107
+ Get your key at [ Postgres AI] ( https://postgres.ai ) for automated report uploads and advanced analysis.
0 commit comments