Skip to content

Commit

Permalink
Merge 1fed9da into aeec47e
Browse files Browse the repository at this point in the history
  • Loading branch information
dannietjoh committed Jan 7, 2020
2 parents aeec47e + 1fed9da commit cfd5afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ pg_statio_user_tables:
description: "Number of buffer hits in this table's TOAST table indexes (if any)"

pg_database:
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"
master: true
cache_seconds: 30
metrics:
Expand Down

0 comments on commit cfd5afb

Please sign in to comment.