summaryrefslogtreecommitdiff
path: root/lib/gitlab/usage_data_counters/known_events/container_registry_events.yml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/usage_data_counters/known_events/container_registry_events.yml')
-rw-r--r--lib/gitlab/usage_data_counters/known_events/container_registry_events.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/gitlab/usage_data_counters/known_events/container_registry_events.yml b/lib/gitlab/usage_data_counters/known_events/container_registry_events.yml
new file mode 100644
index 00000000000..e8b14de1769
--- /dev/null
+++ b/lib/gitlab/usage_data_counters/known_events/container_registry_events.yml
@@ -0,0 +1,22 @@
+---
+- name: i_container_registry_push_tag_user
+ category: user_container_registry
+ aggregation: weekly
+ redis_slot: container_registry
+- name: i_container_registry_delete_tag_user
+ category: user_container_registry
+ aggregation: weekly
+ redis_slot: container_registry
+- name: i_container_registry_push_repository_user
+ category: user_container_registry
+ aggregation: weekly
+ redis_slot: container_registry
+- name: i_container_registry_delete_repository_user
+ category: user_container_registry
+ aggregation: weekly
+ redis_slot: container_registry
+- name: i_container_registry_create_repository_user
+ category: user_container_registry
+ aggregation: weekly
+ redis_slot: container_registry
+ \ No newline at end of file