Commit 7ee9cd7c authored by Alper Akgun's avatar Alper Akgun

Merge branch 'am-add-correct-event-to-ci-templates-metric' into 'master'

Add correct event to p_ci_templates_auto_devops_build_weekly

See merge request gitlab-org/gitlab!69990
parents fe179be4 19a7c005
......@@ -12,7 +12,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric
options:
events:
- i_code_review_user_create_mr
- i_code_review_user_create_mr_from_issue
distribution:
- ce
- ee
......
......@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric
options:
events:
- i_code_review_user_create_mr
- i_code_review_user_create_mr_comment
distribution:
- ce
- ee
......
......@@ -15,7 +15,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric
options:
events:
- p_ci_templates_auto_devops
- p_ci_templates_auto_devops_deploy
distribution:
- ce
- ee
......
......@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric
options:
events:
- p_ci_templates_auto_devops
- p_ci_templates_auto_devops_build
distribution:
- ce
- ee
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment