Fix: missing periodic metric

This commit is contained in:
Damodar Lohani
2025-02-12 10:58:51 +00:00
parent 4c452417d1
commit d2cc5ea932
@@ -252,6 +252,8 @@ class StatsResources extends Action
});
$this->createStatsDocuments($region, METRIC_FILES_IMAGES_TRANSFORMED, $totalImageTransformations, 'inf');
$this->createStatsDocuments($region, METRIC_FILES_IMAGES_TRANSFORMED, $totalDailyImageTransformations, '1d');
$this->createStatsDocuments($region, METRIC_FILES_IMAGES_TRANSFORMED, $totalHourlyImageTransformations, '1h');
}