Commit 56f42846 authored by Shinya Maeda's avatar Shinya Maeda Committed by Sean McGivern

Collect usage pings `Gcp::Cluster.enabled` and `Gcp::Cluster.disabled`,...

Collect usage pings `Gcp::Cluster.enabled` and `Gcp::Cluster.disabled`, instead of `Gcp::Cluster.count`
parent 0bf399f5
......@@ -64,9 +64,9 @@ module Gitlab
deployments: Deployment.count,
environments: ::Environment.count,
gcp_clusters: ::Gcp::Cluster.count,
geo_nodes: GeoNode.count,
gcp_clusters_enabled: ::Gcp::Cluster.enabled.count,
gcp_clusters_disabled: ::Gcp::Cluster.disabled.count,
geo_nodes: GeoNode.count,
in_review_folder: ::Environment.in_review_folder.count,
groups: Group.count,
issues: Issue.count,
......
......@@ -72,9 +72,9 @@ describe Gitlab::UsageData do
deployments
environments
gcp_clusters
geo_nodes
gcp_clusters_enabled
gcp_clusters_disabled
geo_nodes
in_review_folder
groups
issues
......
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