global: replace most bps with ppm

This commit is contained in:
nym21
2026-07-20 18:28:12 +02:00
parent 3af673132a
commit 00984112d8
110 changed files with 3320 additions and 3220 deletions
+2 -1
View File
@@ -42,6 +42,7 @@ function getAllMetrics(obj, path = "") {
// Check if this is a metric pattern using the indexes() method
if (isMetricPattern(attr)) {
metrics.push({ path: currentPath, metric: attr });
continue;
}
// Recurse into nested tree nodes
@@ -90,7 +91,7 @@ async function testAllEndpoints() {
console.log(
`FAIL: ${fullPath} -> ${e instanceof Error ? e.message : e}`,
);
return;
throw e;
}
}
}