From 859a6fb938bb9ee2a317c46dfa4fcc1af49608f0 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 18 Feb 2021 10:34:06 +0000 Subject: Add latest changes from gitlab-org/gitlab@13-9-stable-ee --- .../usage_metric_definition/metric_definition.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 generator_templates/usage_metric_definition/metric_definition.yml (limited to 'generator_templates/usage_metric_definition') diff --git a/generator_templates/usage_metric_definition/metric_definition.yml b/generator_templates/usage_metric_definition/metric_definition.yml new file mode 100644 index 00000000000..abe9a266dd6 --- /dev/null +++ b/generator_templates/usage_metric_definition/metric_definition.yml @@ -0,0 +1,21 @@ +--- +# See Usage Ping metrics dictionary docs https://docs.gitlab.com/ee/development/usage_ping/metrics_dictionary.html +key_path: <%= key_path %> +description: +product_section: +product_stage: +product_group: +product_category: +value_type: <%= value_type %> +status: implemented +milestone: <%= milestone %> +introduced_by_url: +time_frame: <%= time_frame %> +data_source: +distribution: +<%= distribution %> +# Add here corresponding tiers +# tier: +# - free +# - premium +# - ultimate -- cgit v1.2.3