Was hoping someone could point me to a new metric for the QEMU CPU metric that no longer seems to be available after moving to v9.
Had a dashboard that pulled in VM metrics and it no longer works. Snippet of code is below
Had a dashboard that pulled in VM metrics and it no longer works. Snippet of code is below
Code:
|> filter(fn: (r) =>
r.object == "qemu" and
r._field == "cpu"
and r.nodename == "${node}"
)