summaryrefslogtreecommitdiff
path: root/lib/gitlab/usage_data_counters/known_events/epic_board_events.yml
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