return cpuCount from app/service graphs as well
This commit is contained in:
@@ -69,7 +69,8 @@ async function getContainerStats(name, fromMinutes, noNullPoints) {
|
|||||||
blockRead: results[2],
|
blockRead: results[2],
|
||||||
blockWrite: results[3],
|
blockWrite: results[3],
|
||||||
networkRead: results[4],
|
networkRead: results[4],
|
||||||
networkWrite: results[5]
|
networkWrite: results[5],
|
||||||
|
cpuCount: os.cpus().length
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user