2022-08-07 07:31:16 +00:00
---
title: Project Dashboard
---
:::info Pro Plan Offering
The ClearML Project Dashboard App is available under the ClearML Pro plan
:::
2023-06-11 06:36:29 +00:00
The Project Dashboard Application provides an overview of a project or workspace’ s progress. It presents an aggregated
2023-06-05 07:40:29 +00:00
view of task status and a chosen metric over time, as well as project GPU and worker usage. It also supports alerts/warnings
on completed/failed Tasks via Slack integration.
2022-08-07 07:31:16 +00:00
## Project Dashboard Instance Configuration
2022-09-18 07:21:41 +00:00
* **Import Configuration** - Import an app instance configuration file. This will fill the configuration wizard with the
values from the file, which can be modified before launching the app instance
2022-08-07 07:31:16 +00:00
* **Dashboard Title** - Name of the project dashboard instance, which will appear in the instance list
2023-06-05 07:40:29 +00:00
* **Monitoring** - Select what the app instance should monitor. The options are:
* Project - Monitor a specific project. You can select an option to also monitor the specified project’ s subprojects
* Entire workspace - Monitor all projects in your workspace
:::caution
If your workspace or specified project contains a large number of experiments, the dashboard could take a while to update
:::
* **Monitored Metric** - Specify a metric for the app instance to monitor. The dashboard will present an aggregated view
of the chosen metric over time.
* Monitored Metric - Title - Metric title to track
* Monitored Metric - Series - Metric series (variant) to track
* Monitored Metric - Trend - Choose whether to track the monitored metric's highest or lowest values
2023-06-11 09:28:44 +00:00
* **Slack Notification** (optional) - Set up Slack integration for notifications of task failure. Select the
2023-06-05 07:40:29 +00:00
`Alert on completed experiments` under `Additional options` to set up alerts for task completions.
* API Token - Slack workspace access token
* Channel Name - Slack channel to which task failure alerts will be posted
* Alert Iteration Threshold - Minimum number of task iterations to trigger Slack alerts (tasks that fail prior to the threshold will be ignored)
* **Additional options**
* Track manual (non agent-run) experiments as well - Select to include in the dashboard experiments that were not executed by an agent
* Alert on completed experiments - Select to include completed tasks in alerts: in the dashboard’ s Task Alerts section and in Slack Alerts.
2022-09-18 07:21:41 +00:00
* **Export Configuration** - Export the app instance configuration as a JSON file, which you can later import to create
a new instance with the same configuration.
2022-08-07 07:31:16 +00:00
![Dashboard app wizard ](../../img/apps_dashboard_wizard.png )
## Dashboard
Once a project dashboard instance is launched, its dashboard displays the following information about a project:
* Task Status Summary - Percentages of Tasks by status
* Task Type Summary - Percentages of local experiments vs. agent experiments
* Experiments Summary - Number of tasks by status over time
* Monitoring - GPU utilization and GPU memory usage
* Metric Monitoring - An aggregated view of the values of a metric over time
* Project’ s Active Workers - Number of workers currently executing experiments in the monitored project
* Workers Table - List of active workers
2023-06-05 07:40:29 +00:00
* Task Alerts
* Failed tasks - Failed experiments and their time of failure summary
* Completed tasks - Completed experiments and their time of completion summary
2022-08-07 07:31:16 +00:00
2023-05-17 08:38:28 +00:00
:::tip EMBEDDING CLEARML VISUALIZATION
You can embed plots from the app instance dashboard into [ClearML Reports ](../webapp_reports.md ). These visualizations
are updated live as the app instance(s) updates. The Enterprise Plan and Hosted Service support embedding resources in
external tools (e.g. Notion). Hover over the plot and click < img src = "/docs/latest/icons/ico-plotly-embed-code.svg" alt = "Embed code" className = "icon size-md space-sm" / >
to copy the embed code, and navigate to a report to paste the embed code.
:::
2022-08-07 07:31:16 +00:00
![App dashboard ](../../img/apps_dashboard.png )