Skip to content
代码片段 群组 项目
未验证 提交 d7364b7a 编辑于 作者: Terri Chu's avatar Terri Chu 提交者: GitLab
浏览文件

Merge branch 'j_lar/tighten_metric_schema' into 'master'

Make events root property prohibited in redis_event metrics

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/139241



Merged-by: default avatarTerri Chu <tchu@gitlab.com>
Approved-by: default avatarMichał Wielich <mwielich@gitlab.com>
Approved-by: default avatarTerri Chu <tchu@gitlab.com>
Co-authored-by: default avatarJonas Larsen <jlarsen@gitlab.com>
No related branches found
No related tags found
无相关合并请求
显示 14 个添加9 个删除
......@@ -8,7 +8,7 @@ product_group: source_code
value_type: number
status: active
time_frame: 28d
data_source: redis_hll
data_source: internal_events
instrumentation_class: RedisHLLMetric
options:
events:
......
......@@ -9,7 +9,7 @@ status: active
milestone: '14.6'
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/75187
time_frame: 28d
data_source: redis_hll
data_source: internal_events
data_category: optional
instrumentation_class: RedisHLLMetric
performance_indicator_type: []
......
......@@ -9,7 +9,7 @@ status: active
milestone: '14.6'
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/75187
time_frame: 28d
data_source: redis_hll
data_source: internal_events
data_category: operational
instrumentation_class: RedisHLLMetric
performance_indicator_type:
......
......@@ -9,7 +9,7 @@ status: active
milestone: '14.6'
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/75187
time_frame: 28d
data_source: redis_hll
data_source: internal_events
data_category: operational
instrumentation_class: RedisHLLMetric
performance_indicator_type:
......
......@@ -8,7 +8,7 @@ product_group: source_code
value_type: number
status: active
time_frame: 7d
data_source: redis_hll
data_source: internal_events
instrumentation_class: RedisHLLMetric
options:
events:
......
......@@ -9,7 +9,7 @@ status: active
milestone: '14.6'
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/75187
time_frame: 7d
data_source: redis_hll
data_source: internal_events
data_category: optional
instrumentation_class: RedisHLLMetric
performance_indicator_type: []
......
......@@ -9,7 +9,7 @@ status: active
milestone: '14.6'
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/75187
time_frame: 7d
data_source: redis_hll
data_source: internal_events
data_category: optional
instrumentation_class: RedisHLLMetric
performance_indicator_type: []
......
......@@ -9,7 +9,7 @@ status: active
milestone: '14.6'
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/75187
time_frame: 7d
data_source: redis_hll
data_source: internal_events
data_category: optional
instrumentation_class: RedisHLLMetric
performance_indicator_type: []
......
......@@ -32,7 +32,12 @@
"required": [
"instrumentation_class",
"options"
]
],
"not": {
"required": [
"events"
]
}
},
{
"properties": {
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册