Stay organized with collections
Save and categorize content based on your preferences.
This page shows you how to resolve issues that you might encounter while
evaluating workloads using Workload Manager.
Notifications are disabled for the first evaluation in a project
When you create the first evaluation in a Google Cloud project
using Workload Manager, you might notice that the event notification
checkboxes are disabled in the Notifications section. You can also see
the following message:
Selection unavailable until metrics exist in the current project.
This issue occurs because the Workload Manager service account does not
have the required permissions to send metrics to Cloud Monitoring in the
project from where you run the evaluation.
If you're creating the first evaluation in a project, then create the evaluation
without event notifications. If you have at least one evaluation in the project,
then do the following:
Authorize the Workload Manager service account to send metrics to your project.
In the navigation panel of the Google Cloud console,
click IAM & Admin and then select IAM:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Troubleshoot Evaluations\n\nThis page shows you how to resolve issues that you might encounter while\nevaluating workloads using Workload Manager.\n\nNotifications are disabled for the first evaluation in a project\n----------------------------------------------------------------\n\nWhen you create the first evaluation in a Google Cloud project\nusing Workload Manager, you might notice that the event notification\ncheckboxes are disabled in the **Notifications** section. You can also see\nthe following message: \n\n```\nSelection unavailable until metrics exist in the current project.\n```\n\nThis issue occurs because the Workload Manager service account does not\nhave the required permissions to send metrics to Cloud Monitoring in the\nproject from where you run the evaluation.\n\nIf you're creating the first evaluation in a project, then create the evaluation\nwithout event notifications. If you have at least one evaluation in the project,\nthen do the following:\n\n1. Authorize the Workload Manager service account to send metrics to your project.\n\n 1. In the navigation panel of the Google Cloud console,\n click **IAM \\& Admin** and then select **IAM**:\n\n [Go to IAM](https://console.cloud.google.com/iam-admin/iam)\n 2. Select the project in which you're creating the evaluation.\n\n 3. To see the Google-managed service accounts on the **Permissions** page,\n select the **Include Google-provided role grants** checkbox.\n\n 4. Search for the Workload Manager service account that has the\n following format:\n\n \u003cbr /\u003e\n\n ```\n service-PROJECT_NUMBER@gcp-sa-workloadmanager.iam.gserviceaccount.com\n ```\n\n \u003cbr /\u003e\n\n You can find the \u003cvar translate=\"no\"\u003ePROJECT_NUMBER\u003c/var\u003e of your\n Google Cloud project on the **Project settings** page.\n For more information, see [Identifying projects](/resource-manager/docs/creating-managing-projects#identifying_projects).\n 5. To modify roles for the service account, click edit **Edit principal** in the row that\n contains the service account name, and\n click add **Add another role**.\n\n 6. If the service account is not listed on the **Permissions** page,\n manually enter the service account name:\n\n 1. Click person_add\n **Grant Access**, and then enter the email address of the Workload Manager\n service account in the following format:\n\n \u003cbr /\u003e\n\n ```\n service-PROJECT_NUMBER@gcp-sa-workloadmanager.iam.gserviceaccount.com\"\n ```\n\n \u003cbr /\u003e\n\n 2. Click **Select a role**.\n\n2. Assign the following roles to the service account:\n\n - Service Usage Consumer ([`roles/serviceusage.serviceUsageConsumer`](/iam/docs/understanding-roles#serviceusage.serviceUsageConsumer))\n - Monitoring Metric Writer ([`roles/monitoring.metricWriter`](/iam/docs/understanding-roles#monitoring.metricWriter))\n3. Run an evaluation and wait for completion.\n\n After successful completion of the evaluation, Workload Manager sends\n metrics to the project, and then you can [set alerts for the evaluations](/workload-manager/docs/create-evaluation#notifications)."]]