File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ Install via pip:
32
32
33
33
$ pip install mamonsu
34
34
35
- NOTE: only for mamonsu 2.3.4
36
-
37
35
Install from git:
38
36
39
37
.. code-block :: bash
@@ -230,11 +228,11 @@ Metrics: PostgreSQL
230
228
' PostgreSQL: number of waiting connections' : pgsql.connections[waiting]
231
229
' PostgreSQL: number of active connections' : pgsql.connections[active]
232
230
' PostgreSQL: number of idle connections' : pgsql.connections[idle]
233
- ' PostgreSQL: number of idle connections' : pgsql.connections[idle_in_transaction]
234
- ' PostgreSQL: number of idle connections' : pgsql.connections[idle_in_transaction_aborted]
235
- ' PostgreSQL: number of idle connections' : pgsql.connections[fastpath_function_call]
236
- ' PostgreSQL: number of idle connections' : pgsql.connections[disabled]
237
- ' PostgreSQL: number of idle connections' : pgsql.connections[max_connections]
231
+ ' PostgreSQL: number of idle in transactions connections' : pgsql.connections[idle_in_transaction]
232
+ ' PostgreSQL: number of idle in transactions aborted connections' : pgsql.connections[idle_in_transaction_aborted]
233
+ ' PostgreSQL: number of fastpath frunction call connections' : pgsql.connections[fastpath_function_call]
234
+ ' PostgreSQL: number of disabled connections' : pgsql.connections[disabled]
235
+ ' PostgreSQL: number of max connections' : pgsql.connections[max_connections]
238
236
' PostgreSQL: count files in archive_status need to archive' : pgsql.archive_command[count_files_to_archive]
239
237
' PostgreSQL: size of files need to archive' : pgsql.archive_command[size_files_to_archive]
240
238
' PostgreSQL: count archived files' : pgsql.archive_command[archived_files]
You can’t perform that action at this time.
0 commit comments