From 81bbf445df2e9c37ad4f47b073e61bbd5b29016a Mon Sep 17 00:00:00 2001 From: revital Date: Mon, 24 Feb 2025 09:13:25 +0200 Subject: [PATCH] Add monitoring project progress overview --- docs/getting_started/project_progress.md | 32 ++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 docs/getting_started/project_progress.md diff --git a/docs/getting_started/project_progress.md b/docs/getting_started/project_progress.md new file mode 100644 index 00000000..1be286bb --- /dev/null +++ b/docs/getting_started/project_progress.md @@ -0,0 +1,32 @@ +--- +title: Monitoring Project Progress +--- + +The ClearML Project Dashboard provides a centralized view of project progress, task statuses, resource usage, and key +performance metrics. It helps teams monitor project health at a glance, ensuring efficient execution and management of ML workflows. + +Why Use the Project Dashboard? + +Comprehensive Project Insights + +The dashboard aggregates critical information, allowing users to: + +Track task statuses and trends over time. + +Monitor GPU utilization and worker activity. + +Analyze key performance metrics for a project or workspace. + +Proactive Monitoring and Alerts + +By integrating with Slack, the Project Dashboard can notify teams of task failures and completions, reducing response times and improving operational efficiency. + +Configurable Monitoring + +Users can customize the dashboard to monitor: + +A specific project, including its subprojects. + +The entire workspace for a holistic view. + +A chosen metric, tracking its highest or lowest values over time. \ No newline at end of file