Skip to content

Commit aaf01a6

Browse files
authored
Add missing "aggregators" key in the config documentation (#2479)
1 parent 0516cbe commit aaf01a6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

doc/Advanced.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)