Skip to content

Commit f1a47a7

Browse files
committed
docs: modify README for new version
1 parent f255f46 commit f1a47a7

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.rst

+5-7
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)