File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -235,10 +235,10 @@ Metrics: PostgreSQL
235235 ' PostgreSQL: number of idle connections' : pgsql.connections[fastpath_function_call]
236236 ' PostgreSQL: number of idle connections' : pgsql.connections[disabled]
237237 ' 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]
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]
242242 ' PostgreSQL checkpoint: by timeout (in hour)' : pgsql.checkpoint[count_timed]
243243 ' PostgreSQL checkpoint: by wal (in hour)' : pgsql.checkpoint[count_wal]
244244 ' PostgreSQL checkpoint: write time' : pgsql.checkpoint[write_time]
You can’t perform that action at this time.
0 commit comments