Hi Anna,
This error is created when collecting the Model Advisor metrics (the 2 gauges and the bar chart in the Model Guideline Compliance section of the dashboard). When collecting these metrics, the dashboard executes checks in Model Advisor. The metric identifies the checks to run via the ID of the check group in the Model Advisor tree. In this case the metrics 'mathworks.metrics.ModelAdvisorCheckCompliance.maab' and 'mathworks.metrics.ModelAdvisorCheckIssues.maab' are trying to run checks in the MAAB group (Model Checks for MathWorks Automotive Advisory Board (MAAB) Guideline Compliance) with ID "_SYSTEM_By Task_maab".
Do you have any Model Advisor customizations in place that remove or modify the default MAAB check group? This will cause the metrics to not find the group resulting in the error on your screenshot.
You can customize the Model Advisor metrics to point to a different check group following this example.
BTW the Model Advisor metrics are considered compile metrics. Hence, they do not run when you chose Non-Compile Metrics.
Best regards, Daniel