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

metric_definition.yml « gitlab_internal_events « generator_templates - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c0ff71a09ce4613d19da7c17206ba92f6b96efe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
key_path: <%= args.second %>
description: <%= args.last %>
product_section: <%= options.fetch(:section) %>
product_stage: <%= options.fetch(:stage) %>
product_group: <%= options.fetch(:group) %>
performance_indicator_type: []
value_type: number
status: active
milestone: "<%= milestone %>"
introduced_by_url: <%= options.fetch(:mr) %>
time_frame: <%= args.third %>
data_source: redis_hll
data_category: optional
instrumentation_class: <%= class_name %>
distribution: <%= distributions %>
tier: <%= tiers %>