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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/usage_data_counters/known_events/importer_events.yml')
-rw-r--r--lib/gitlab/usage_data_counters/known_events/importer_events.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/gitlab/usage_data_counters/known_events/importer_events.yml b/lib/gitlab/usage_data_counters/known_events/importer_events.yml
new file mode 100644
index 00000000000..79bbac229bc
--- /dev/null
+++ b/lib/gitlab/usage_data_counters/known_events/importer_events.yml
@@ -0,0 +1,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