Commit 671c93a7 authored by Dylan Griffith's avatar Dylan Griffith

Usage ping for projects_reporting_ci_cd_back_to_github (#5581)

parent ee8c97ba
......@@ -91,6 +91,7 @@ module Gitlab
pages_domains: PagesDomain.count,
projects: Project.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,
releases: Release.count,
remote_mirrors: RemoteMirror.count,
......
......@@ -107,6 +107,7 @@ describe Gitlab::UsageData do
notes
projects
projects_imported_from_github
projects_reporting_ci_cd_back_to_github
projects_jira_active
projects_slack_notifications_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