metrics: no need to pass cpuCount
This commit is contained in:
@@ -462,8 +462,6 @@ async function getContainerStream(name, options) {
|
||||
networkWriteRate: [ networkWriteRate, nowSecs ],
|
||||
networkReadTotal: metrics.networkRead,
|
||||
networkWriteTotal: metrics.networkWrite,
|
||||
|
||||
cpuCount: os.cpus().length
|
||||
}));
|
||||
}, INTERVAL_MSECS);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user