Skip to content
Snippets Groups Projects
Commit ff2de2f1 authored by Darby Frey's avatar Darby Frey Committed by Rémy Coutable
Browse files

Adding additional usage metrics for Release to weekly ping

parent a97261f2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -54,6 +54,8 @@ module Gitlab
auto_devops_disabled: count(::ProjectAutoDevops.disabled),
deploy_keys: count(DeployKey),
deployments: count(Deployment),
successful_deployments: count(Deployment.success),
failed_deployments: count(Deployment.failed),
environments: count(::Environment),
clusters: count(::Clusters::Cluster),
clusters_enabled: count(::Clusters::Cluster.enabled),
Loading
Loading
Loading
Loading
@@ -79,6 +79,8 @@ describe Gitlab::UsageData do
auto_devops_disabled
deploy_keys
deployments
successful_deployments
failed_deployments
environments
clusters
clusters_enabled
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