We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014029a commit 56fa7acCopy full SHA for 56fa7ac
docker/all-in-one/opt/postgres_exporter/queries.yml
@@ -170,6 +170,15 @@ pg_stat_statements:
170
usage: "COUNTER"
171
description: "Total time spent, in seconds"
172
173
+pg_ls_archive_statusdir:
174
+ master: true
175
+ cache_seconds: 60
176
+ query: "select count(*) as wal_pending_count from pg_ls_archive_statusdir() where name like '%.ready'"
177
+ metrics:
178
+ - wal_pending_count:
179
+ usage: "COUNTER"
180
+ description: "Number of not yet archived WAL files"
181
+
182
auth_users:
183
master: true
184
cache_seconds: 60
0 commit comments