metrics: show legend with multiple datasets

This commit is contained in:
Girish Ramakrishnan
2025-07-04 12:51:51 +02:00
parent 4caf052199
commit 8bf9d38711
2 changed files with 5 additions and 4 deletions

View File

@@ -355,7 +355,7 @@ async function readSystemFromGraphite(options) {
}
// CPU: stress --cpu 2 --timeout 60
// Memory: stress --cpu 2 --timeout 60
// Memory: stress --vm 2 --vm-bytes 256M
async function getSystem(options) {
assert.strictEqual(typeof options, 'object');