File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
content/copilot/reference/copilot-usage-metrics Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -115,13 +115,15 @@ The following are example schemas for the user-level and enterprise-level data r
115115 "pull_requests" : {
116116 "median_minutes_to_merge" : 2.5 ,
117117 "median_minutes_to_merge_copilot_authored" : 2.5 ,
118+ "median_minutes_to_merge_copilot_reviewed" : 2.5 ,
118119 "total_applied_suggestions" : 1 ,
119120 "total_copilot_applied_suggestions" : 1 ,
120121 "total_copilot_suggestions" : 1 ,
121122 "total_created" : 2 ,
122123 "total_created_by_copilot" : 1 ,
123124 "total_merged" : 2 ,
124125 "total_merged_created_by_copilot" : 1 ,
126+ "total_merged_reviewed_by_copilot" : 1 ,
125127 "total_reviewed" : 1 ,
126128 "total_reviewed_by_copilot" : 1 ,
127129 "total_suggestions" : 1
@@ -199,6 +201,7 @@ The following are example schemas for the user-level and enterprise-level data r
199201 "total_created_by_copilot" : 0 ,
200202 "total_merged" : 0 ,
201203 "total_merged_created_by_copilot" : 0 ,
204+ "total_merged_reviewed_by_copilot" : 0 ,
202205 "total_reviewed" : 1 ,
203206 "total_reviewed_by_copilot" : 0 ,
204207 "total_suggestions" : 1
You can’t perform that action at this time.
0 commit comments