|
51 | 51 | }, |
52 | 52 | { |
53 | 53 | "metric": PullRequestMetricID.PR_REVIEW_TIME_BELOW_THRESHOLD_RATIO, |
54 | | - "name": "Review Time", |
| 54 | + "name": "Ensure pull requests are reviewed on time", |
55 | 55 | "metric_params": {"threshold": "172800s"}, |
56 | 56 | }, |
57 | | - { |
58 | | - "metric": PullRequestMetricID.PR_WAIT_FIRST_REVIEW_TIME_BELOW_THRESHOLD_RATIO, |
59 | | - "name": "Wait Time for 1st Review", |
60 | | - "metric_params": {"threshold": "21600s"}, |
61 | | - }, |
62 | 57 | { |
63 | 58 | "metric": PullRequestMetricID.PR_SIZE_BELOW_THRESHOLD_RATIO, |
64 | | - "name": "Median PR Size", |
| 59 | + "name": "Ensure work is delivered via small pull requests", |
65 | 60 | "metric_params": {"threshold": 100}, |
66 | 61 | }, |
67 | | - { |
68 | | - "metric": PullRequestMetricID.PR_REVIEW_COMMENTS_PER_ABOVE_THRESHOLD_RATIO, |
69 | | - "name": "Review Comments / PR", |
70 | | - "metric_params": {"threshold": 3}, |
71 | | - }, |
72 | 62 | { |
73 | 63 | "metric": PullRequestMetricID.PR_CYCLE_DEPLOYMENT_TIME_BELOW_THRESHOLD_RATIO, |
74 | | - "name": "PR Cycle Time", |
| 64 | + "name": "Ensure pull requests are delivered on time", |
75 | 65 | "metric_params": {"threshold": "432000s"}, |
76 | 66 | }, |
77 | 67 | { |
78 | 68 | "metric": PullRequestMetricID.PR_OPEN_TIME_BELOW_THRESHOLD_RATIO, |
79 | | - "name": "PR Open Time", |
| 69 | + "name": "Ensure pull requests do not stay open for too long", |
80 | 70 | "metric_params": {"threshold": "259200s"}, |
81 | 71 | }, |
82 | 72 | { |
83 | 73 | "metric": JIRAMetricID.JIRA_LEAD_TIME_BELOW_THRESHOLD_RATIO, |
84 | | - "name": "Jira Lead Time", |
| 74 | + "name": "Ensure rational time to resolve Jira issues", |
85 | 75 | "metric_params": {"threshold": "432000s"}, |
86 | 76 | }, |
87 | 77 | ] |
|
0 commit comments