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: 3879c561cc4998c9a2ebde078b81a1e198b9187e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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

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

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