There are monitoring configuration files for each project in project/<project name>/monitoring.properties.
The file monitoring.properties is passed as a java property -Dutbot.monitoring.settings.path. It configures org.utbot.monitoring.MonitoringSettings class.
projectis a name of project that will be run in monitoring.classTimeoutSecondsis a unit-test generation timeout for one class.runTimeoutMinutesis a timeout for one whole run of the project.fuzzingRatiosis a list of numbers that configure the ratio of fuzzing time to total generation time.
Firstly, you should read this paper about available projects and how to extend them.
To add a project to monitoring you should create a folder with a project name and create a file monitoring.properties with needed configurations.