return cpuCount from app/service graphs as well

This commit is contained in:
Girish Ramakrishnan
2022-10-13 22:38:44 +02:00
parent 1872cea763
commit ca4e1e207c

View File

@@ -69,7 +69,8 @@ async function getContainerStats(name, fromMinutes, noNullPoints) {
blockRead: results[2],
blockWrite: results[3],
networkRead: results[4],
networkWrite: results[5]
networkWrite: results[5],
cpuCount: os.cpus().length
};
}