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 bf03713 commit 7820c57Copy full SHA for 7820c57
vm-image-spec.yaml
@@ -329,12 +329,10 @@ files:
329
type: gauge
330
help: 'Number of snapshot files in pg_logical/snapshot'
331
key_labels:
332
- - tenant_id
333
- timeline_id
334
values: [num_logical_snapshot_files]
335
query: |
336
SELECT
337
- (SELECT setting FROM pg_settings WHERE name = 'neon.tenant_id') AS tenant_id,
338
(SELECT setting FROM pg_settings WHERE name = 'neon.timeline_id') AS timeline_id,
339
-- Postgres creates temporary snapshot files of the form %X-%X.snap.%d.tmp. These
340
-- temporary snapshot files are renamed to the actual snapshot files after they are
0 commit comments