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

work_items.yml « known_events « usage_data_counters « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6c90e4b253373ae010e17e4627dfd2dde61b5dae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
- name: users_updating_work_item_title
  category: work_items
  redis_slot: users
  aggregation: weekly
- name: users_creating_work_items
  category: work_items
  redis_slot: users
  aggregation: weekly
- name: users_updating_work_item_dates
  category: work_items
  redis_slot: users
  aggregation: weekly
- name: users_updating_work_item_labels
  category: work_items
  redis_slot: users
  aggregation: weekly
- name: users_updating_work_item_milestone
  category: work_items
  redis_slot: users
  aggregation: weekly
- name: users_updating_work_item_iteration
  # The event tracks an EE feature.
  # It's added here so it can be aggregated into the CE/EE 'OR' aggregate metrics.
  # It will report 0 for CE instances and should not be used with 'AND' aggregators.
  category: work_items
  redis_slot: users
  aggregation: weekly
- name: users_updating_weight_estimate
  # The event tracks an EE feature.
  # It's added here so it can be aggregated into the CE/EE 'OR' aggregate metrics.
  # It will report 0 for CE instances and should not be used with 'AND' aggregators.
  category: work_items
  redis_slot: users
  aggregation: weekly