Skip to content

Commit 5c3d9fa

Browse files
committed
docs: add description of new metrics
1 parent 86d1a51 commit 5c3d9fa

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.rst

+9-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,15 @@ Metrics: PostgreSQL
230230
'PostgreSQL: number of waiting connections': pgsql.connections[waiting]
231231
'PostgreSQL: number of active connections': pgsql.connections[active]
232232
'PostgreSQL: number of idle connections': pgsql.connections[idle]
233-
'PostgreSQL: number of idle in transaction connections': pgsql.connections[idle_in_transaction]
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]
238+
'PostgreSQL: count files in archive_status need to archive pgsql.archive_command[count_files_to_archive]
239+
'PostgreSQL: size of files need to archive pgsql.archive_command[size_files_to_archive]
240+
'PostgreSQL: count archived files pgsql.archive_command[archived_files]
241+
'PostgreSQL: count attempts to archive files pgsql.archive_command[failed_trying_to_archive]
234242
'PostgreSQL checkpoint: by timeout (in hour)': pgsql.checkpoint[count_timed]
235243
'PostgreSQL checkpoint: by wal (in hour)': pgsql.checkpoint[count_wal]
236244
'PostgreSQL checkpoint: write time': pgsql.checkpoint[write_time]

0 commit comments

Comments
 (0)