Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion doc/Advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -1389,6 +1389,9 @@ This is the global structure of the configuration in QC.
},
"checks": {

},
"aggregators": {

},
"postprocessing": {

Expand All @@ -1401,14 +1404,15 @@ This is the global structure of the configuration in QC.
}
```

There are four QC-related components:
There are six QC-related components:
- "config" - contains global configuration of QC which apply to any component. It is required in any configuration
file.
- "tasks" - contains declarations of QC Tasks. It is mandatory for running topologies with Tasks and
Checks.
- "externalTasks" - contains declarations of external devices which sends objects to the QC to be checked and stored.
- "checks" - contains declarations of QC Checks. It is mandatory for running topologies with
Tasks and Checks.
- "aggregators" - contains declarations of QC Aggregators. It is not mandatory.
- "postprocessing" - contains declarations of PostProcessing Tasks. It is only needed only when Post-Processing is
run.

Expand Down
Loading