I've followed the guide in
https://pve.proxmox.com/wiki/External_Metric_Server
and I can see metrics such as cpu usage overall
, but the "system" set seems incomplete:
Eg.
returns empty result set.
Does metric reporting for guests need to be enabled somewhere?
https://pve.proxmox.com/wiki/External_Metric_Server
and I can see metrics such as cpu usage overall
Code:
SELECT mean("cpu") FROM "cpustat" WHERE GROUP BY time(1m) fill(null)
Eg.
Code:
SELECT last("cpu") FROM "system" GROUP BY time(1m), "host" fill(null)
Does metric reporting for guests need to be enabled somewhere?