Refactor for query plan capture with initial threshold micros

This commit is contained in:
rob bygrave
2019-12-23 10:28:08 +13:00
parent 71295077a5
commit 6fcac27dfe
25 changed files with 388 additions and 114 deletions
@@ -190,8 +190,9 @@ public class TestCustomerFinder extends BaseTestCase {
}
QueryPlanRequest request = new QueryPlanRequest();
List<MetaQueryPlan> plans = server().getMetaInfoManager().collectQueryPlans(request);
assertThat(plans).isNotEmpty();
for (MetaQueryPlan plan : plans) {
System.out.println(plan);
}