mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
rename metric
This commit is contained in:
parent
5052fd8528
commit
292e859133
3 changed files with 3 additions and 3 deletions
|
|
@ -302,7 +302,7 @@ const METRIC_FUNCTION_ID_EXECUTIONS_MB_SECONDS = '{functionInternalId}.execution
|
|||
const METRIC_NETWORK_REQUESTS = 'network.requests';
|
||||
const METRIC_NETWORK_INBOUND = 'network.inbound';
|
||||
const METRIC_NETWORK_OUTBOUND = 'network.outbound';
|
||||
const METRIC_USERS_ACTIVE = 'users.mau';
|
||||
const METRIC_MAU = 'users.mau';
|
||||
const METRIC_WEBHOOKS = 'webhooks';
|
||||
const METRIC_PLATFORMS = 'platforms';
|
||||
const METRIC_PROVIDERS = 'providers';
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@ class StatsResources extends Action
|
|||
METRIC_FUNCTIONS => $functions,
|
||||
METRIC_TEAMS => $teams,
|
||||
METRIC_MESSAGES => $messages,
|
||||
METRIC_USERS_ACTIVE => $usersActive,
|
||||
METRIC_MAU => $usersActive,
|
||||
METRIC_WEBHOOKS => $webhooks,
|
||||
METRIC_PLATFORMS => $platforms,
|
||||
METRIC_PROVIDERS => $providers,
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ class StatsUsageDump extends Action
|
|||
METRIC_FUNCTIONS => true,
|
||||
METRIC_TEAMS => true,
|
||||
METRIC_MESSAGES => true,
|
||||
METRIC_USERS_ACTIVE => true,
|
||||
METRIC_MAU => true,
|
||||
METRIC_WEBHOOKS => true,
|
||||
METRIC_PLATFORMS => true,
|
||||
METRIC_PROVIDERS => true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue