summaryrefslogtreecommitdiff
path: root/lib/gitlab/usage_data_counters/known_events/importer_events.yml
blob: a6c90a6c762ba223a36d06c8c997f6e247286aff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
# Importer events
- name: github_import_project_start
  redis_slot: import
  aggregation: weekly
- name: github_import_project_success
  redis_slot: import
  aggregation: weekly
- name: github_import_project_failure
  redis_slot: import
  aggregation: weekly
- name: github_import_project_cancelled
  redis_slot: import
  aggregation: weekly
- name: github_import_project_partially_completed
  redis_slot: import
  aggregation: weekly