Commit b61199ce authored by Sean McGivern's avatar Sean McGivern Committed by Rémy Coutable

Add prometheus services to usage ping

parent 092258e9
......@@ -62,6 +62,7 @@ The total number of the following is sent back to GitLab Inc.:
- Deploy keys
- Pages
- Project Services
- Projects using the Prometheus service
- Issue Boards
- CI Runners
- Deployments
......
......@@ -36,6 +36,7 @@ module Gitlab
notes: Note.count,
pages_domains: PagesDomain.count,
projects: Project.count,
projects_prometheus_active: PrometheusService.active.count,
protected_branches: ProtectedBranch.count,
releases: Release.count,
services: Service.where(active: true).count,
......
......@@ -44,6 +44,7 @@ describe Gitlab::UsageData do
milestones
notes
projects
projects_prometheus_active
pages_domains
protected_branches
releases
......
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