Skip to content

Commit

Permalink
Fix PoC jsonpath for transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
lampajr committed Jul 23, 2024
1 parent edc23c4 commit d4c2bf2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ public Test createRhivos() {
ExtractorDao.fromString("$.ansible_facts").setName("ansible_facts"),
ExtractorDao.fromString("$.stressng_workload[*].test_results.test_config.stressors[0].workers").setName("workers"),
ExtractorDao.fromString("$.stressng_workload[*].test_results.test_config.stressors[0].stressor").setName("stressor"),
ExtractorDao.fromString("$.stressng_workload.pcp_time_series").setName("stressng_pcp_ts"),
ExtractorDao.fromString("$.stressng_workload[*].pcp_time_series").setName("stressng_pcp_ts"),
ExtractorDao.fromString("$.stressng_workload[*].sample_uuid").setName("stressng_sample_uuid"),
ExtractorDao.fromString("$.coremark_pro_workload.pcp_time_series").setName("coremark_pro_pcp_ts"),
ExtractorDao.fromString("$.coremark_pro_workload[*].pcp_time_series").setName("coremark_pro_pcp_ts"),
ExtractorDao.fromString("$.coremark_pro_workload[*].sample_uuid").setName("coremark_pro_sample_uuid"),
ExtractorDao.fromString("$.autobench_workload.pcp_time_series").setName("autobench_pcp_ts"),
ExtractorDao.fromString("$.autobench_workload[*].pcp_time_series").setName("autobench_pcp_ts"),
ExtractorDao.fromString("$.autobench_workload[*].sample_uuid").setName("autobench_sample_uuid"),
ExtractorDao.fromString("$.stressng_workload[*].test_results").setName("stressng_results"),
ExtractorDao.fromString("$.coremark_pro_workload[*].results").setName("coremark_pro_results"),
Expand Down

0 comments on commit d4c2bf2

Please sign in to comment.