diff --git a/src/Appwrite/Stats/Stats.php b/src/Appwrite/Stats/Stats.php index f56f6a4e7..2d5a5cb16 100644 --- a/src/Appwrite/Stats/Stats.php +++ b/src/Appwrite/Stats/Stats.php @@ -175,6 +175,7 @@ class Stats } if ($storage >= 1) { + $tags = ",projectId={$projectId},bucketId={($this->params['bucketId'] ?? '')}"; $this->statsd->count('storage.all' . $tags, $storage); }