File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ Install via pip:
3232
3333 $ pip install mamonsu
3434
35- NOTE: only for mamonsu 2.3.4
36-
3735 Install from git:
3836
3937.. code-block :: bash
@@ -230,11 +228,11 @@ Metrics: PostgreSQL
230228 ' PostgreSQL: number of waiting connections' : pgsql.connections[waiting]
231229 ' PostgreSQL: number of active connections' : pgsql.connections[active]
232230 ' 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]
238236 ' PostgreSQL: count files in archive_status need to archive' : pgsql.archive_command[count_files_to_archive]
239237 ' PostgreSQL: size of files need to archive' : pgsql.archive_command[size_files_to_archive]
240238 ' PostgreSQL: count archived files' : pgsql.archive_command[archived_files]
You can’t perform that action at this time.
0 commit comments