summaryrefslogtreecommitdiff
path: root/lib/gitlab/usage_data_counters/known_events/common.yml
blob: e7e6c7046c78681c5c8ec1f655d4cd9d501397cb (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
---
# Compliance category
- name: g_edit_by_web_ide
  redis_slot: edit
  aggregation: daily
- name: g_edit_by_sfe
  redis_slot: edit
  aggregation: daily
- name: g_edit_by_snippet_ide
  redis_slot: edit
  aggregation: daily
- name: g_edit_by_live_preview
  redis_slot: edit
  aggregation: daily
- name: i_search_total
  redis_slot: search
  aggregation: weekly
- name: wiki_action
  aggregation: daily
- name: design_action
  aggregation: daily
- name: project_action
  aggregation: daily
- name: git_write_action
  aggregation: daily
- name: merge_request_action
  aggregation: daily
- name: i_source_code_code_intelligence
  redis_slot: source_code
  aggregation: daily
# Incident management
- name: incident_management_alert_status_changed
  redis_slot: incident_management
  aggregation: weekly
- name: incident_management_alert_assigned
  redis_slot: incident_management
  aggregation: weekly
- name: incident_management_alert_todo
  redis_slot: incident_management
  aggregation: weekly
- name: incident_management_incident_created
  redis_slot: incident_management
  aggregation: weekly
- name: incident_management_incident_reopened
  redis_slot: incident_management
  aggregation: weekly
- name: incident_management_incident_closed
  redis_slot: incident_management
  aggregation: weekly
- name: incident_management_incident_assigned
  redis_slot: incident_management
  aggregation: weekly
- name: incident_management_incident_todo
  redis_slot: incident_management
  aggregation: weekly
- name: incident_management_incident_comment
  redis_slot: incident_management
  aggregation: weekly
- name: incident_management_incident_zoom_meeting
  redis_slot: incident_management
  aggregation: weekly
- name: incident_management_incident_relate
  redis_slot: incident_management
  aggregation: weekly
- name: incident_management_incident_unrelate
  redis_slot: incident_management
  aggregation: weekly
- name: incident_management_incident_change_confidential
  redis_slot: incident_management
  aggregation: weekly
# Incident management timeline events
- name: incident_management_timeline_event_created
  redis_slot: incident_management
  aggregation: weekly
- name: incident_management_timeline_event_edited
  redis_slot: incident_management
  aggregation: weekly
- name: incident_management_timeline_event_deleted
  redis_slot: incident_management
  aggregation: weekly
# Incident management alerts
- name: incident_management_alert_create_incident
  redis_slot: incident_management
  aggregation: weekly
# Testing category
- name: i_testing_test_case_parsed
  redis_slot: testing
  aggregation: weekly
- name: i_testing_summary_widget_total
  redis_slot: testing
  aggregation: weekly
- name: i_testing_test_report_uploaded
  redis_slot: testing
  aggregation: weekly
- name: i_testing_coverage_report_uploaded
  redis_slot: testing
  aggregation: weekly
# Project Management group
- name: g_project_management_issue_title_changed
  redis_slot: project_management
  aggregation: daily
- name: g_project_management_issue_description_changed
  redis_slot: project_management
  aggregation: daily
- name: g_project_management_issue_assignee_changed
  redis_slot: project_management
  aggregation: daily
- name: g_project_management_issue_made_confidential
  redis_slot: project_management
  aggregation: daily
- name: g_project_management_issue_made_visible
  redis_slot: project_management
  aggregation: daily
- name: g_project_management_issue_created
  redis_slot: project_management
  aggregation: daily
- name: g_project_management_issue_closed
  redis_slot: project_management
  aggregation: daily
- name: g_project_management_issue_reopened
  redis_slot: project_management
  aggregation: daily
- name: g_project_management_issue_label_changed
  redis_slot: project_management
  aggregation: daily
- name: g_project_management_issue_milestone_changed
  redis_slot: project_management
  aggregation: daily
- name: g_project_management_issue_cross_referenced
  redis_slot: project_management
  aggregation: daily
- name: g_project_management_issue_moved
  redis_slot: project_management
  aggregation: daily
- name: g_project_management_issue_related
  redis_slot: project_management
  aggregation: daily
- name: g_project_management_issue_unrelated
  redis_slot: project_management
  aggregation: daily
- name: g_project_management_issue_marked_as_duplicate
  redis_slot: project_management
  aggregation: daily
- name: g_project_management_issue_locked
  redis_slot: project_management
  aggregation: daily
- name: g_project_management_issue_unlocked
  redis_slot: project_management
  aggregation: daily
- name: g_project_management_issue_designs_added
  redis_slot: project_management
  aggregation: daily
- name: g_project_management_issue_designs_modified
  redis_slot: project_management
  aggregation: daily
- name: g_project_management_issue_designs_removed
  redis_slot: project_management
  aggregation: daily
- name: g_project_management_issue_due_date_changed
  redis_slot: project_management
  aggregation: daily
- name: g_project_management_issue_design_comments_removed
  redis_slot: project_management
  aggregation: daily
- name: g_project_management_issue_time_estimate_changed
  redis_slot: project_management
  aggregation: daily
- name: g_project_management_issue_time_spent_changed
  redis_slot: project_management
  aggregation: daily
- name: g_project_management_issue_comment_added
  redis_slot: project_management
  aggregation: daily
- name: g_project_management_issue_comment_edited
  redis_slot: project_management
  aggregation: daily
- name: g_project_management_issue_comment_removed
  redis_slot: project_management
  aggregation: daily
- name: g_project_management_issue_cloned
  redis_slot: project_management
  aggregation: daily
# Runner group
- name: g_runner_fleet_read_jobs_statistics
  redis_slot: runner
  aggregation: weekly
# Secrets Management
- name: i_snippets_show
  redis_slot: snippets
  aggregation: weekly
# Terraform
- name: p_terraform_state_api_unique_users
  redis_slot: terraform
  aggregation: weekly
# Pipeline Authoring group
- name: o_pipeline_authoring_unique_users_committing_ciconfigfile
  redis_slot: pipeline_authoring
  aggregation: weekly
- name: o_pipeline_authoring_unique_users_pushing_mr_ciconfigfile
  redis_slot: pipeline_authoring
  aggregation: weekly
- name: i_ci_secrets_management_id_tokens_build_created
  redis_slot: ci_secrets_management
  aggregation: weekly
# Merge request widgets
- name: users_expanding_secure_security_report
  redis_slot: secure
  aggregation: weekly
- name: users_expanding_testing_code_quality_report
  redis_slot: testing
  aggregation: weekly
- name: users_expanding_testing_accessibility_report
  redis_slot: testing
  aggregation: weekly
- name: users_expanding_testing_license_compliance_report
  redis_slot: testing
  aggregation: weekly
- name: users_visiting_testing_license_compliance_full_report
  redis_slot: testing
  aggregation: weekly
- name: users_visiting_testing_manage_license_compliance
  redis_slot: testing
  aggregation: weekly
- name: users_clicking_license_testing_visiting_external_website
  redis_slot: testing
  aggregation: weekly
# Geo group
- name: g_geo_proxied_requests
  redis_slot: geo
  aggregation: daily
# Manage
- name: unique_active_user
  aggregation: weekly
# Environments page
- name: users_visiting_environments_pages
  redis_slot: users
  aggregation: weekly