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 ...@@ -12,7 +12,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- i_code_review_user_create_mr - i_code_review_user_create_mr_from_issue
distribution: distribution:
- ce - ce
- ee - ee
......
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- i_code_review_user_create_mr - i_code_review_user_create_mr_comment
distribution: distribution:
- ce - ce
- ee - ee
......
...@@ -15,7 +15,7 @@ data_source: redis_hll ...@@ -15,7 +15,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- p_ci_templates_auto_devops - p_ci_templates_auto_devops_deploy
distribution: distribution:
- ce - ce
- ee - ee
......
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- p_ci_templates_auto_devops - p_ci_templates_auto_devops_build
distribution: distribution:
- ce - ce
- ee - 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