metrics: no need to pass cpuCount

This commit is contained in:
Girish Ramakrishnan
2025-07-03 10:28:50 +02:00
parent 687f126f4f
commit 5d55e558fe

View File

@@ -462,8 +462,6 @@ async function getContainerStream(name, options) {
networkWriteRate: [ networkWriteRate, nowSecs ],
networkReadTotal: metrics.networkRead,
networkWriteTotal: metrics.networkWrite,
cpuCount: os.cpus().length
}));
}, INTERVAL_MSECS);