Skip to content
Snippets Groups Projects
Commit e4eec191 authored by Stan Hu's avatar Stan Hu
Browse files

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
parents ee85508a 3396edce
No related branches found
No related tags found
2 merge requests!12073Add RC2 changes to 9-3-stable,!11499Remove Services count from usage ping payload.
Pipeline #
Loading
Loading
@@ -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,
Loading
Loading
Loading
Loading
@@ -50,7 +50,6 @@ describe Gitlab::UsageData do
pages_domains
protected_branches
releases
services
snippets
todos
uploads
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment