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