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