Commit 2dae25c3 authored by Jan Provaznik's avatar Jan Provaznik

Add Epic count to usage pings

parent cf031738
---
title: Add Epic count to usage pings
merge_request:
author:
type: added
......@@ -65,6 +65,7 @@ module Gitlab
deploy_keys: DeployKey.count,
deployments: Deployment.count,
environments: ::Environment.count,
epics: ::Epic.count,
geo_nodes: GeoNode.count,
clusters: ::Clusters::Cluster.count,
clusters_enabled: ::Clusters::Cluster.enabled.count,
......
......@@ -82,6 +82,7 @@ describe Gitlab::UsageData do
deploy_keys
deployments
environments
epics
geo_nodes
clusters
clusters_enabled
......
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