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: contribute/README.md
-25Lines changed: 0 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,10 +72,8 @@ If you need to add some explanation, do it in appropriate place in the code. Or
72
72
Before taking anything more than a couple of lines of code, please write Rostislav via Telegram (@rostislav_dugin) and confirm priority. It is possible that we already have something in the works, it is not needed or it's not project priority.
73
73
74
74
Nearsest features:
75
-
- add system metrics (CPU, RAM, disk, IO) (in progress by Rostislav Dugin)
76
75
- add copying of databases
77
76
- add API keys and API actions
78
-
- add UI component of backups lazy loaded
79
77
80
78
Backups flow:
81
79
@@ -102,29 +100,6 @@ Extra:
102
100
103
101
Monitoring flow:
104
102
105
-
106
103
- add queries stats (slowest, most frequent, etc. via pg_stat_statements)
107
104
- add DB size distribution chart (tables, indexes, etc.)
108
-
- add alerting for slow queries (listen for slow query and if they reach >100ms - send message)
109
-
- add alerting for high resource usage (listen for high resource usage and if they reach >90% - send message)
110
-
- add performance test for DB (to compare DBs on different clouds and VPS)
111
-
- add DB metrics (pg_stat_activity, pg_locks, pg_stat_database)
112
105
- add chart of connections (from IPs, apps names, etc.)
113
-
- add chart of transactions (TPS)
114
-
- deadlocks chart
115
-
- chart of connection attempts (to see crash loops)
116
-
- add chart of IDLE transactions VS executing transactions
117
-
- show queries that take the most IO time (suboptimal indexes)
118
-
- show chart by top IO / CPU queries usage (see page 90 of the PostgreSQL monitoring book)
0 commit comments