Skip to content

Commit 701c9c1

Browse files
committed
docs: edit description of some metrics
1 parent 5c3d9fa commit 701c9c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

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

0 commit comments

Comments
 (0)