File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -174,6 +174,11 @@ var OrderByMap = map[string] /* field name */ string /* field name with table*/
174
174
"query_time_avg" : "audit_plan_sqls.info->'$.query_time_avg'" ,
175
175
"query_time_max" : "audit_plan_sqls.info->'$.query_time_max'" ,
176
176
"row_examined_avg" : "audit_plan_sqls.info->'$.row_examined_avg'" ,
177
+ "cpu_time_avg" : "audit_plan_sqls.info->'$.cpu_time_avg'" ,
178
+ "lock_wait_time_total" : "audit_plan_sqls.info->'$.lock_wait_time_total'" ,
179
+ "lock_wait_counter" : "audit_plan_sqls.info->'$.lock_wait_counter'" ,
180
+ "act_wait_time_total" : "audit_plan_sqls.info->'$.act_wait_time_total'" ,
181
+ "act_time_total" : "audit_plan_sqls.info->'$.act_time_total'" ,
177
182
}
178
183
179
184
var instanceAuditPlanSQLQueryTpl = `
You can’t perform that action at this time.
0 commit comments