enabled stats

This commit is contained in:
eldadfux
2019-08-07 10:02:00 +03:00
parent 986c8cdc70
commit 32fea90efb
+4 -4
View File
@@ -198,12 +198,12 @@ $utopia->get('/v1/projects/:projectId/usage')
$response->json([
'requests' => [
//'data' => $requests,
//'total' => array_sum(array_map(function($item) {return $item['value'];}, $requests)),
'data' => $requests,
'total' => array_sum(array_map(function($item) {return $item['value'];}, $requests)),
],
'network' => [
//'data' => $network,
//'total' => array_sum(array_map(function($item) {return $item['value'];}, $network)),
'data' => $network,
'total' => array_sum(array_map(function($item) {return $item['value'];}, $network)),
],
'collections' => [
'data' => $collections,