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