diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-18 10:34:06 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-18 10:34:06 +0000 |
commit | 859a6fb938bb9ee2a317c46dfa4fcc1af49608f0 (patch) | |
tree | d7f2700abe6b4ffcb2dcfc80631b2d87d0609239 /generator_templates | |
parent | 446d496a6d000c73a304be52587cd9bbc7493136 (diff) | |
download | gitlab-ce-859a6fb938bb9ee2a317c46dfa4fcc1af49608f0.tar.gz |
Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42
Diffstat (limited to 'generator_templates')
-rw-r--r-- | generator_templates/usage_metric_definition/metric_definition.yml | 21 |
1 files changed, 21 insertions, 0 deletions
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 |