summaryrefslogtreecommitdiff
path: root/lib/gitlab/usage_data.rb
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2017-03-09 11:00:25 -0500
committerRémy Coutable <remy@rymai.me>2017-04-14 15:20:55 +0200
commite21ed5fe776a6b571eaeecd243d020f53584abdc (patch)
tree26ec5af65141c00648ae1e7cc358fbdc25e177e6 /lib/gitlab/usage_data.rb
parentf30a46b401f283f2dc868da17de413eee05198a5 (diff)
downloadgitlab-ce-e21ed5fe776a6b571eaeecd243d020f53584abdc.tar.gz
Add Upload count to usage data
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
}
}