Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-05-18 21:23:57 +0300
committerTimothy Andrew <mail@timothyandrew.net>2017-05-19 11:43:27 +0300
commit757bc45fc5241d9e191e6b5479173bf57d0780bf (patch)
tree1671db25c65fc6261fe77e3d82b901f50d634ce3 /lib
parent84e21cd4c913a7fd7a4b00d46dd29c9cd46dc9c6 (diff)
Merge branch 'remove-services-count-from-usage-ping-data' into 'master'
Remove Services count from usage ping payload. Closes gitlab-ee#2241 See merge request !11499
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/usage_data.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab/usage_data.rb b/lib/gitlab/usage_data.rb
index 14d8e925d0e..72cc4143690 100644
--- a/lib/gitlab/usage_data.rb
+++ b/lib/gitlab/usage_data.rb
@@ -40,7 +40,6 @@ module Gitlab
projects_prometheus_active: PrometheusService.active.count,
protected_branches: ProtectedBranch.count,
releases: Release.count,
- services: Service.where(active: true).count,
snippets: Snippet.count,
todos: Todo.count,
uploads: Upload.count,