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: c31f7d54df0cf930bf9684362eb0c86bc37a9df7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
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: internal_events
data_category: optional
instrumentation_class: <%= class_name(args.third) %>
distribution:<%= distributions %>
tier:<%= tiers %>
options:
  events:
    - <%= event %>
events:
  - name: <%= event %><%= unique(args.third) %>