Commit a00c0f9e authored by Robert Speicher's avatar Robert Speicher

Add Upload count to usage data

parent dd8d40c3
......@@ -46,6 +46,7 @@ module Gitlab
services: Service.where(active: true).count,
snippets: Snippet.count,
todos: Todo.count,
uploads: Upload.count,
web_hooks: WebHook.count
}
}
......
......@@ -61,6 +61,7 @@ describe Gitlab::UsageData do
services
snippets
todos
uploads
web_hooks
))
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment