Skip to content
代码片段 群组 项目
提交 fdcfe3b7 编辑于 作者: Mikołaj Wawrzyniak's avatar Mikołaj Wawrzyniak
浏览文件

Merge branch 'arpit-365214-new-sast-service-metrics' into 'master'

Add definition files for new SAST events

See merge request gitlab-org/gitlab!97135
No related branches found
No related tags found
无相关合并请求
...@@ -151,6 +151,7 @@ options: ...@@ -151,6 +151,7 @@ options:
- p_ci_templates_implicit_jobs_browser_performance_testing_latest - p_ci_templates_implicit_jobs_browser_performance_testing_latest
- p_ci_templates_implicit_jobs_cf_provision - p_ci_templates_implicit_jobs_cf_provision
- p_ci_templates_implicit_jobs_build_latest - p_ci_templates_implicit_jobs_build_latest
- p_ci_templates_implicit_jobs_sast_iac
- p_ci_templates_implicit_security_sast - p_ci_templates_implicit_security_sast
- p_ci_templates_implicit_security_dast_runner_validation - p_ci_templates_implicit_security_dast_runner_validation
- p_ci_templates_implicit_security_dast_on_demand_scan - p_ci_templates_implicit_security_dast_on_demand_scan
...@@ -167,6 +168,7 @@ options: ...@@ -167,6 +168,7 @@ options:
- p_ci_templates_implicit_security_api_fuzzing - p_ci_templates_implicit_security_api_fuzzing
- p_ci_templates_implicit_security_dast - p_ci_templates_implicit_security_dast
- p_ci_templates_implicit_security_cluster_image_scanning - p_ci_templates_implicit_security_cluster_image_scanning
- p_ci_templates_implicit_security_sast_iac
- p_ci_templates_kaniko - p_ci_templates_kaniko
- p_ci_templates_qualys_iac_security - p_ci_templates_qualys_iac_security
- p_ci_templates_liquibase - p_ci_templates_liquibase
......
---
key_path: redis_hll_counters.ci_templates.p_ci_templates_implicit_security_sast_iac_monthly
description: Count of pipelines with implicit SAST runs using the stable SAST IaC template
product_section: sec
product_stage: secure
product_group: "static_analysis"
product_category: SAST
value_type: number
status: active
milestone: "15.4"
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/86275
time_frame: 28d
data_source: redis_hll
data_category: optional
instrumentation_class: RedisHLLMetric
performance_indicator_type: []
distribution:
- ce
- ee
tier:
- free
- premium
- ultimate
options:
events:
- p_ci_templates_implicit_jobs_sast_iac
---
key_path: redis_hll_counters.ci_templates.p_ci_templates_implicit_jobs_sast_iac_monthly
description: Count of pipelines with implicit SAST jobs using the stable SAST IaC template
product_section: sec
product_stage: secure
product_group: "static_analysis"
product_category: SAST
value_type: number
status: active
milestone: "15.4"
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/86275
time_frame: 28d
data_source: redis_hll
data_category: optional
instrumentation_class: RedisHLLMetric
performance_indicator_type: []
distribution:
- ce
- ee
tier:
- free
- premium
- ultimate
options:
events:
- p_ci_templates_implicit_jobs_sast_iac
---
key_path: redis_hll_counters.ci_templates.p_ci_templates_implicit_security_sast_iac_weekly
description: Count of pipelines with implicit SAST runs using the stable SAST IaC template
product_section: sec
product_stage: secure
product_group: "static_analysis"
product_category: SAST
value_type: number
status: active
milestone: "15.4"
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/86275
time_frame: 7d
data_source: redis_hll
data_category: optional
instrumentation_class: RedisHLLMetric
performance_indicator_type: []
distribution:
- ce
- ee
tier:
- free
- premium
- ultimate
options:
events:
- p_ci_templates_implicit_jobs_sast_iac
---
key_path: redis_hll_counters.ci_templates.p_ci_templates_implicit_jobs_sast_iac_weekly
description: Count of pipelines with implicit SAST jobs using the stable SAST IaC template
product_section: sec
product_stage: secure
product_group: "static_analysis"
product_category: SAST
value_type: number
status: active
milestone: "15.4"
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/86275
time_frame: 7d
data_source: redis_hll
data_category: optional
instrumentation_class: RedisHLLMetric
performance_indicator_type: []
distribution:
- ce
- ee
tier:
- free
- premium
- ultimate
options:
events:
- p_ci_templates_implicit_jobs_sast_iac
...@@ -40,10 +40,6 @@ ...@@ -40,10 +40,6 @@
let(:events_not_defined_yet) do let(:events_not_defined_yet) do
%w( %w(
redis_hll_counters.ci_templates.p_ci_templates_implicit_jobs_sast_iac_monthly
redis_hll_counters.ci_templates.p_ci_templates_implicit_jobs_sast_iac_weekly
redis_hll_counters.ci_templates.p_ci_templates_implicit_security_sast_iac_monthly
redis_hll_counters.ci_templates.p_ci_templates_implicit_security_sast_iac_weekly
redis_hll_counters.incident_management.incident_management_timeline_event_created_monthly redis_hll_counters.incident_management.incident_management_timeline_event_created_monthly
redis_hll_counters.incident_management.incident_management_timeline_event_created_weekly redis_hll_counters.incident_management.incident_management_timeline_event_created_weekly
redis_hll_counters.incident_management.incident_management_timeline_event_deleted_monthly redis_hll_counters.incident_management.incident_management_timeline_event_deleted_monthly
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册