Remove Services count from usage ping payload.

This query was timing out and is blocking the sync of usage data for
GitLab.com
This commit is contained in:
Ruben Davila 2017-05-18 11:49:11 -05:00
parent 06b614f9fd
commit 3396edcea0
2 changed files with 0 additions and 2 deletions

View File

@ -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,

View File

@ -50,7 +50,6 @@ describe Gitlab::UsageData do
pages_domains
protected_branches
releases
services
snippets
todos
uploads