1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

fix usage stats

This commit is contained in:
Damodar Lohani 2021-08-17 10:47:31 +05:45
parent 62e422b76e
commit 354633afa8

View file

@ -175,6 +175,7 @@ class Stats
} }
if ($storage >= 1) { if ($storage >= 1) {
$tags = ",projectId={$projectId},bucketId={($this->params['bucketId'] ?? '')}";
$this->statsd->count('storage.all' . $tags, $storage); $this->statsd->count('storage.all' . $tags, $storage);
} }