* [task#134819] add avage ready deployment metric.

This commit is contained in:
liyang
2024-12-30 08:50:29 +08:00
committed by 曹延义
parent f04b4888ef
commit 2163e77dc8
2 changed files with 15 additions and 1 deletions
@@ -0,0 +1,14 @@
<?php
/**
* 按系统统计的上线准备平均时长
* Count of average preparation deployment.
*
* 范围:system
* 对象:deployment
* 目的:rate
* 度量名称:按系统统计的上线准备平均时长
* 单位:个
* 描述:上线准备平均时长是衡量团队在软件发布过程中从上线申请提交到准备完成所需时间的重要指标。通过统计在一定时间范围内的上线准备耗时,团队能够评估其准备流程的效率,及时识别潜在的瓶颈并进行优化。
* 定义:上线成功的上线申请耗时/ 上线成功申请数;不统计已删除上线申请;
*
*/
@@ -12,7 +12,7 @@
* 定义:系统的上线中/上线成功/上线失败的上线申请个数求和; 不统计已删除上线申请;
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @author liyang <liyang@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)