Commit 52715b71 authored by Alper Akgun's avatar Alper Akgun

Merge branch '343321-fix-metrics-definition-time-frame' into 'master'

Fix time_frame for metrics definitions

See merge request gitlab-org/gitlab!72603
parents b48a319a a76488df
...@@ -11,7 +11,7 @@ status: removed ...@@ -11,7 +11,7 @@ status: removed
milestone_removed: '13.11' milestone_removed: '13.11'
milestone: '13.7' milestone: '13.7'
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/49886 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/49886
time_frame: 7d time_frame: 28d
data_source: redis_hll data_source: redis_hll
distribution: distribution:
- ce - ce
......
...@@ -8,7 +8,7 @@ product_group: group::import ...@@ -8,7 +8,7 @@ product_group: group::import
product_category: importers product_category: importers
value_type: number value_type: number
status: active status: active
time_frame: all time_frame: 28d
data_source: database data_source: database
distribution: distribution:
- ce - ce
......
...@@ -8,7 +8,7 @@ product_group: group::import ...@@ -8,7 +8,7 @@ product_group: group::import
product_category: importers product_category: importers
value_type: number value_type: number
status: active status: active
time_frame: all time_frame: 28d
data_source: database data_source: database
distribution: distribution:
- ce - ce
......
...@@ -8,7 +8,7 @@ product_group: group::import ...@@ -8,7 +8,7 @@ product_group: group::import
product_category: importers product_category: importers
value_type: number value_type: number
status: active status: active
time_frame: all time_frame: 28d
data_source: database data_source: database
distribution: distribution:
- ce - ce
......
...@@ -9,7 +9,7 @@ value_type: number ...@@ -9,7 +9,7 @@ value_type: number
status: active status: active
milestone: "14.4" milestone: "14.4"
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/71157 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/71157
time_frame: 7d time_frame: 28d
data_source: redis_hll data_source: redis_hll
data_category: optional data_category: optional
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
......
...@@ -9,7 +9,7 @@ value_type: number ...@@ -9,7 +9,7 @@ value_type: number
status: active status: active
milestone: "14.4" milestone: "14.4"
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/71157 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/71157
time_frame: 7d time_frame: 28d
data_source: redis_hll data_source: redis_hll
data_category: optional data_category: optional
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
......
...@@ -9,7 +9,7 @@ value_type: number ...@@ -9,7 +9,7 @@ value_type: number
status: active status: active
milestone: "14.4" milestone: "14.4"
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/71157 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/71157
time_frame: 7d time_frame: 28d
data_source: redis_hll data_source: redis_hll
data_category: optional data_category: optional
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
......
...@@ -8,7 +8,7 @@ product_group: group::project management ...@@ -8,7 +8,7 @@ product_group: group::project management
product_category: issue_tracking product_category: issue_tracking
value_type: number value_type: number
status: active status: active
time_frame: 28d time_frame: 7d
data_source: redis_hll data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
......
...@@ -10,7 +10,7 @@ product_category: code_review ...@@ -10,7 +10,7 @@ product_category: code_review
value_type: number value_type: number
status: active status: active
milestone: "13.12" milestone: "13.12"
time_frame: 28d time_frame: 7d
data_source: redis_hll data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
......
...@@ -8,7 +8,7 @@ product_group: group::optimize ...@@ -8,7 +8,7 @@ product_group: group::optimize
product_category: product_category:
value_type: number value_type: number
status: removed status: removed
time_frame: 7d time_frame: all
data_source: redis_hll data_source: redis_hll
distribution: distribution:
- ce - ce
......
...@@ -10,7 +10,7 @@ value_type: number ...@@ -10,7 +10,7 @@ value_type: number
status: active status: active
milestone: "14.4" milestone: "14.4"
introduced_by_url: 'https://gitlab.com/gitlab-org/gitlab/-/merge_requests/71287' introduced_by_url: 'https://gitlab.com/gitlab-org/gitlab/-/merge_requests/71287'
time_frame: 28d time_frame: all
data_source: database data_source: database
instrumentation_class: 'CountUsersAssociatingMilestonesToReleasesMetric' instrumentation_class: 'CountUsersAssociatingMilestonesToReleasesMetric'
data_category: Optional data_category: Optional
......
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