remove db storage check

This commit is contained in:
Damodar Lohani
2025-03-30 05:56:14 +00:00
parent 100189c0fb
commit 1389bab3d1
@@ -347,11 +347,6 @@ class StatsUsage extends Action
continue;
}
if (str_contains($key, METRIC_DATABASES_STORAGE)) {
// skip database storage calc as it's wrong and we plan to get this from StatsResources
continue;
}
foreach ($this->periods as $period => $format) {
$time = null;