1
0
Fork 0
mirror of synced 2024-07-08 07:55:48 +12:00

add internalId to collections

This commit is contained in:
shimon 2022-12-25 12:17:49 +02:00
parent b89e04f561
commit a8fe99def0

View file

@ -1386,8 +1386,8 @@ App::get('/v1/functions/:functionId/usage')
$stats = $usage = [];
$days = $periods[$range];
$metrics = [
'functions.' . $function->getId() . '.deployments',
'functions.' . $function->getId() . '.deployments.storage',
'functions.' . $function->getInternalId() . '.deployments',
'functions.' . $function->getInternalId() . '.deployments.storage',
$function->getInternalId() . '.builds',
$function->getInternalId() . '.builds.storage',
$function->getInternalId() . '.builds.compute',