Commit b3fcb7f4 authored by Douwe Maan's avatar Douwe Maan

Merge branch '5581-usage-ping-github-services' into 'master'

Usage ping for projects_reporting_ci_cd_back_to_github

See merge request gitlab-org/gitlab-ee!5386
parents 6ebda9bb 671c93a7
...@@ -91,6 +91,7 @@ module Gitlab ...@@ -91,6 +91,7 @@ module Gitlab
pages_domains: PagesDomain.count, pages_domains: PagesDomain.count,
projects: Project.count, projects: Project.count,
projects_imported_from_github: Project.where(import_type: 'github').count, projects_imported_from_github: Project.where(import_type: 'github').count,
projects_reporting_ci_cd_back_to_github: GithubService.without_defaults.active.count,
protected_branches: ProtectedBranch.count, protected_branches: ProtectedBranch.count,
releases: Release.count, releases: Release.count,
remote_mirrors: RemoteMirror.count, remote_mirrors: RemoteMirror.count,
......
...@@ -107,6 +107,7 @@ describe Gitlab::UsageData do ...@@ -107,6 +107,7 @@ describe Gitlab::UsageData do
notes notes
projects projects
projects_imported_from_github projects_imported_from_github
projects_reporting_ci_cd_back_to_github
projects_jira_active projects_jira_active
projects_slack_notifications_active projects_slack_notifications_active
projects_slack_slash_active projects_slack_slash_active
......
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