Skip to content
Snippets Groups Projects
Unverified Commit 5c6f40ab authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg
Browse files

Add usage ping for Auto DevOps

Fixes gitlab-org/gitlab-ce#37648
parent dc46863c
No related branches found
No related tags found
No related merge requests found
---
title: Add usage data for Auto DevOps
merge_request:
author:
type: other
Loading
Loading
@@ -22,6 +22,8 @@ module Gitlab
ci_builds: ::Ci::Build.count,
ci_internal_pipelines: ::Ci::Pipeline.internal.count,
ci_external_pipelines: ::Ci::Pipeline.external.count,
ci_pipeline_config_auto_devops: ::Ci::Pipeline.auto_devops_source.count,
ci_pipeline_config_repository: ::Ci::Pipeline.repository_source.count,
ci_runners: ::Ci::Runner.count,
ci_triggers: ::Ci::Trigger.count,
ci_pipeline_schedules: ::Ci::PipelineSchedule.count,
Loading
Loading
Loading
Loading
@@ -40,6 +40,8 @@ describe Gitlab::UsageData do
ci_builds
ci_internal_pipelines
ci_external_pipelines
ci_pipeline_config_auto_devops
ci_pipeline_config_repository
ci_runners
ci_triggers
ci_pipeline_schedules
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