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

importer_events.yml « known_events « usage_data_counters « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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