Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'generator_templates/gitlab_internal_events/metric_definition.yml')
-rw-r--r--generator_templates/gitlab_internal_events/metric_definition.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/generator_templates/gitlab_internal_events/metric_definition.yml b/generator_templates/gitlab_internal_events/metric_definition.yml
index 88823355acc..c0ff71a09ce 100644
--- a/generator_templates/gitlab_internal_events/metric_definition.yml
+++ b/generator_templates/gitlab_internal_events/metric_definition.yml
@@ -1,6 +1,5 @@
---
key_path: <%= args.second %>
-name: <%= args.second %>
description: <%= args.last %>
product_section: <%= options.fetch(:section) %>
product_stage: <%= options.fetch(:stage) %>
@@ -14,5 +13,5 @@ time_frame: <%= args.third %>
data_source: redis_hll
data_category: optional
instrumentation_class: <%= class_name %>
-<%= distribution %>
-<%= tier %>
+distribution: <%= distributions %>
+tier: <%= tiers %>