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: 1f0cc0c8a2e596bc9af07d8cea3cb43b40797152 (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
---
- name: users_updating_work_item_title
  redis_slot: users
  aggregation: weekly
- name: users_creating_work_items
  redis_slot: users
  aggregation: weekly
- name: users_updating_work_item_dates
  redis_slot: users
  aggregation: weekly
- name: users_updating_work_item_labels
  redis_slot: users
  aggregation: weekly
- name: users_updating_work_item_milestone
  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.
  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.
  redis_slot: users
  aggregation: weekly