We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3bb440 commit 511ef0eCopy full SHA for 511ef0e
queries.yaml
@@ -13,7 +13,7 @@ pg_postmaster:
13
description: "Time at which postmaster started"
14
15
pg_settings_shared_buffers:
16
- query: "SELECT 8192*setting as bytes from pg_settings where name = 'shared_buffers'"
+ query: "SELECT 8192*setting::int as bytes from pg_settings where name = 'shared_buffers'"
17
metrics:
18
- bytes:
19
usage: "GAUGE"
0 commit comments