We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be99353 + 90783eb commit 07653adCopy full SHA for 07653ad
app/scripts/directives/podMetrics.js
@@ -213,7 +213,7 @@ angular.module('openshiftConsole')
213
return ConversionService.bytesToMiB(usageValueFilter(memLimit));
214
}
215
break;
216
- case 'cpu/usage':
+ case 'cpu/usage_rate':
217
var cpuLimit = getCPULimit(container);
218
if (cpuLimit) {
219
// Convert cores to millicores.
dist/scripts/scripts.js
@@ -10476,7 +10476,7 @@ var c = w(b);
10476
if (c) return g.bytesToMiB(i(c));
10477
10478
10479
-case "cpu/usage":
+case "cpu/usage_rate":
10480
var d = x(b);
10481
if (d) return _.round(1e3 * i(d));
10482
0 commit comments