File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments