feat(monitoring): expose raw total_size_bytes for native Zabbix graphing
This commit is contained in:
@@ -15,6 +15,7 @@ SELECT
|
|||||||
OR
|
OR
|
||||||
(c.period = 'month' AND child.relname > (parent.relname || '_p' || to_char(now(), 'YYYYMM')))
|
(c.period = 'month' AND child.relname > (parent.relname || '_p' || to_char(now(), 'YYYYMM')))
|
||||||
) AS future_partitions,
|
) AS future_partitions,
|
||||||
|
sum(pg_total_relation_size(child.oid)) AS total_size_bytes,
|
||||||
pg_size_pretty(sum(pg_total_relation_size(child.oid))) AS total_size,
|
pg_size_pretty(sum(pg_total_relation_size(child.oid))) AS total_size,
|
||||||
min(child.relname) AS oldest_partition,
|
min(child.relname) AS oldest_partition,
|
||||||
max(child.relname) AS newest_partition,
|
max(child.relname) AS newest_partition,
|
||||||
|
|||||||
Reference in New Issue
Block a user