diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-15 21:09:35 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-15 21:09:35 +0000 |
commit | 9922389a501dfde79037426fa6d09144ee5f7e1a (patch) | |
tree | e31ffa9c6985dabedb3c01f6d168f2782aacdcd8 /generator_templates/usage_metric_definition | |
parent | 74804f8c31491045b62a4b9fed9f819531462ea2 (diff) | |
download | gitlab-ce-9922389a501dfde79037426fa6d09144ee5f7e1a.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'generator_templates/usage_metric_definition')
-rw-r--r-- | generator_templates/usage_metric_definition/metric_definition.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/generator_templates/usage_metric_definition/metric_definition.yml b/generator_templates/usage_metric_definition/metric_definition.yml index 4dbc3edbb54..5e2ab095358 100644 --- a/generator_templates/usage_metric_definition/metric_definition.yml +++ b/generator_templates/usage_metric_definition/metric_definition.yml @@ -1,5 +1,4 @@ --- -# See Usage Ping metrics dictionary docs https://docs.gitlab.com/ee/development/usage_ping/metrics_dictionary.html key_path: <%= key_path %><%= metric_name_suggestion %> description: product_section: @@ -14,7 +13,6 @@ time_frame: <%= time_frame %> data_source: distribution: <%= distribution %> -# Add here corresponding tiers # tier: # - free # - premium |