File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1389,6 +1389,9 @@ This is the global structure of the configuration in QC.
13891389 },
13901390 "checks" : {
13911391
1392+ },
1393+ "aggregators" : {
1394+
13921395 },
13931396 "postprocessing" : {
13941397
@@ -1401,14 +1404,15 @@ This is the global structure of the configuration in QC.
14011404}
14021405```
14031406
1404- There are four QC-related components:
1407+ There are six QC-related components:
14051408- "config" - contains global configuration of QC which apply to any component. It is required in any configuration
14061409 file.
14071410- "tasks" - contains declarations of QC Tasks. It is mandatory for running topologies with Tasks and
14081411 Checks.
14091412- "externalTasks" - contains declarations of external devices which sends objects to the QC to be checked and stored.
14101413- "checks" - contains declarations of QC Checks. It is mandatory for running topologies with
14111414 Tasks and Checks.
1415+ - "aggregators" - contains declarations of QC Aggregators. It is not mandatory.
14121416- "postprocessing" - contains declarations of PostProcessing Tasks. It is only needed only when Post-Processing is
14131417 run.
14141418
You can’t perform that action at this time.
0 commit comments