summaryrefslogtreecommitdiff
path: root/lib/gitlab/usage_data.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/usage_data.rb')
-rw-r--r--lib/gitlab/usage_data.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/usage_data.rb b/lib/gitlab/usage_data.rb
index 26812ed7164..10170dd8271 100644
--- a/lib/gitlab/usage_data.rb
+++ b/lib/gitlab/usage_data.rb
@@ -41,6 +41,7 @@ module Gitlab
services: Service.where(active: true).count,
snippets: Snippet.count,
todos: Todo.count,
+ uploads: Upload.count,
web_hooks: WebHook.count
}
}