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

This commit is contained in:
liyang
2024-12-30 08:50:29 +08:00
committed by 曹延义
parent 2163e77dc8
commit fc9fd66dde
@@ -11,4 +11,13 @@
* 描述:上线准备平均时长是衡量团队在软件发布过程中从上线申请提交到准备完成所需时间的重要指标。通过统计在一定时间范围内的上线准备耗时,团队能够评估其准备流程的效率,及时识别潜在的瓶颈并进行优化。
* 定义:上线成功的上线申请耗时/ 上线成功申请数;不统计已删除上线申请;
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @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)
* @Link https://www.zentao.net
*/
class avg_duration_of_ready_deployment extends baseCalc
{
}