mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Skip in dual writing
This commit is contained in:
parent
6024d01e7b
commit
2afb8a14ac
1 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ class StatsUsageDump extends Action
|
||||||
METRIC_BUILDS => true,
|
METRIC_BUILDS => true,
|
||||||
METRIC_COLLECTIONS => true,
|
METRIC_COLLECTIONS => true,
|
||||||
METRIC_DOCUMENTS => true,
|
METRIC_DOCUMENTS => true,
|
||||||
|
METRIC_DATABASES_STORAGE => true,
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -63,6 +64,7 @@ class StatsUsageDump extends Action
|
||||||
'.deployments.storage',
|
'.deployments.storage',
|
||||||
'.builds',
|
'.builds',
|
||||||
'.builds.storage',
|
'.builds.storage',
|
||||||
|
'.databases.storage'
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue