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

epic_board_events.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: 281db4418298396e3e78f8432d87ec42a61bb2e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Epic board events
#
# We are using the same slot of issue events 'project_management' for
# epic events to allow data aggregation.
# More information in: https://gitlab.com/gitlab-org/gitlab/-/issues/322405
- name: g_project_management_users_creating_epic_boards
  category: epic_boards_usage
  redis_slot: project_management
  aggregation: daily
  feature_flag: track_epic_boards_activity

- name: g_project_management_users_viewing_epic_boards
  category: epic_boards_usage
  redis_slot: project_management
  aggregation: daily
  feature_flag: track_epic_boards_activity

- name: g_project_management_users_updating_epic_board_names
  category: epic_boards_usage
  redis_slot: project_management
  aggregation: daily
  feature_flag: track_epic_boards_activity