From f582e63bb5bae2fb4aa4f3e3e6ffe36fc669d001 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Tue, 11 Jun 2024 12:44:22 +0900 Subject: [PATCH] Update app/init.php Co-authored-by: Christy Jacob --- app/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/init.php b/app/init.php index 00efcfe011..644993d121 100644 --- a/app/init.php +++ b/app/init.php @@ -234,7 +234,7 @@ const METRIC_DEPLOYMENTS_STORAGE = 'deployments.storage'; const METRIC_BUILDS = 'builds'; const METRIC_BUILDS_STORAGE = 'builds.storage'; const METRIC_BUILDS_COMPUTE = 'builds.compute'; -const METRIC_BUILDS_MB_SECONDS = 'builds.mb_seconds'; +const METRIC_BUILDS_MB_SECONDS = 'builds.mbSeconds'; const METRIC_FUNCTION_ID_BUILDS = '{functionInternalId}.builds'; const METRIC_FUNCTION_ID_BUILDS_STORAGE = '{functionInternalId}.builds.storage'; const METRIC_FUNCTION_ID_BUILDS_COMPUTE = '{functionInternalId}.builds.compute';