From a285ac35b703b0f24bd04d68ebe257a898e8e693 Mon Sep 17 00:00:00 2001 From: pdsert Date: Fri, 21 Nov 2025 01:57:55 +0000 Subject: [PATCH] update src/indicator_dictionary/common_metrics.yaml. Signed-off-by: pdsert --- src/indicator_dictionary/common_metrics.yaml | 26 ++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/indicator_dictionary/common_metrics.yaml b/src/indicator_dictionary/common_metrics.yaml index 01e0630..88e809c 100644 --- a/src/indicator_dictionary/common_metrics.yaml +++ b/src/indicator_dictionary/common_metrics.yaml @@ -475,3 +475,29 @@ metrics: name_zh: 访客数(UV) definition: 服务日志收集以来一个独立的IP算一个UV scope: 衡量服务活跃程度或受欢迎程度 + + - name: pr_incre + name_zh: Active Pull Requests + definition: PR状态为merged和open的PR的数量 + scope: 衡量仓库活跃程度或受欢迎程度 + + - name: issue_incre + name_zh: Active Issues + definition: Issue状态为closed和open的PR的数量 + scope: 衡量仓库活跃程度或受欢迎程度 + + - name: pr_incre + name_zh: PR闭环率 + definition: 一段时间范围内closed状态的PR数量与PR总数的比值 + scope: 衡量仓库活跃程度或受欢迎程度 + + + - name: issue_incre + name_zh: Issue闭环率 + definition: 一段时间范围内closed状态的Issue数量与Issue总数的比值 + scope: 衡量仓库活跃程度或受欢迎程度 + + - name: issue_incre + name_zh: New Issue + definition: 一段时间范围内新产生的Issue数量 + scope: 衡量仓库活跃程度或受欢迎程度 -- Gitee