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

known_events.yml « usage_data_counters « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b7e516fa8b1d7fbfcd59892fd3ff9428179a1791 (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
---
# Compliance category
- name: g_compliance_dashboard
  redis_slot: compliance
  category: compliance
  expiry: 84 # expiration time in days, equivalent to 12 weeks
  aggregation: weekly
- name: g_compliance_audit_events
  category: compliance
  redis_slot: compliance
  expiry: 84
  aggregation: weekly
- name: i_compliance_audit_events
  category: compliance
  redis_slot: compliance
  expiry: 84
  aggregation: weekly
- name: i_compliance_credential_inventory
  category: compliance
  redis_slot: compliance
  expiry: 84
  aggregation: weekly
# Analytics category
- name: g_analytics_contribution
  category: analytics
  redis_slot: analytics
  expiry: 84
  aggregation: weekly
- name: g_analytics_insights
  category: analytics
  redis_slot: analytics
  expiry: 84
  aggregation: weekly
- name: g_analytics_issues
  category: analytics
  redis_slot: analytics
  expiry: 84
  aggregation: weekly
- name: g_analytics_productivity
  category: analytics
  redis_slot: analytics
  expiry: 84
  aggregation: weekly
- name: g_analytics_valuestream
  category: analytics
  redis_slot: analytics
  expiry: 84
  aggregation: weekly
- name: p_analytics_pipelines
  category: analytics
  redis_slot: analytics
  expiry: 84
  aggregation: weekly
- name: p_analytics_code_reviews
  category: analytics
  redis_slot: analytics
  expiry: 84
  aggregation: weekly
- name: p_analytics_valuestream
  category: analytics
  redis_slot: analytics
  expiry: 84
  aggregation: weekly
- name: p_analytics_insights
  category: analytics
  redis_slot: analytics
  expiry: 84
  aggregation: weekly
- name: p_analytics_issues
  category: analytics
  redis_slot: analytics
  expiry: 84
  aggregation: weekly
- name: p_analytics_repo
  category: analytics
  redis_slot: analytics
  expiry: 84
  aggregation: weekly
- name: i_analytics_cohorts
  category: analytics
  redis_slot: analytics
  expiry: 84
  aggregation: weekly
- name: i_analytics_dev_ops_score
  category: analytics
  redis_slot: analytics
  expiry: 84
  aggregation: weekly