Skip to content
Snippets Groups Projects
Commit b61199ce authored by Sean McGivern's avatar Sean McGivern Committed by Rémy Coutable
Browse files

Add prometheus services to usage ping

parent 092258e9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
@@ -75,7 +76,7 @@ The total number of the following is sent back to GitLab Inc.:
- Remote mirrors
- Web hooks
 
Also, we track if you've installed Mattermost with GitLab.
Also, we track if you've installed Mattermost with GitLab.
For example: `"mattermost_enabled":true"`.
 
## Privacy policy
Loading
Loading
Loading
Loading
@@ -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,
Loading
Loading
Loading
Loading
@@ -44,6 +44,7 @@ describe Gitlab::UsageData do
milestones
notes
projects
projects_prometheus_active
pages_domains
protected_branches
releases
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