mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
fix usage stats
This commit is contained in:
parent
62e422b76e
commit
354633afa8
1 changed files with 1 additions and 0 deletions
|
|
@ -175,6 +175,7 @@ class Stats
|
|||
}
|
||||
|
||||
if ($storage >= 1) {
|
||||
$tags = ",projectId={$projectId},bucketId={($this->params['bucketId'] ?? '')}";
|
||||
$this->statsd->count('storage.all' . $tags, $storage);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue