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 aeec47e commit 1fed9daCopy full SHA for 1fed9da
queries.yaml
@@ -122,7 +122,7 @@ pg_statio_user_tables:
122
description: "Number of buffer hits in this table's TOAST table indexes (if any)"
123
124
pg_database:
125
- query: "SELECT pg_database.datname, pg_database_size(pg_database.datname) as size FROM pg_database"
+ query: "SELECT pg_database.datname, pg_database_size(pg_database.datname) as size_bytes FROM pg_database"
126
master: true
127
cache_seconds: 30
128
metrics:
0 commit comments