From a74511b5918650efe76712bc851a28a20e051de7 Mon Sep 17 00:00:00 2001 From: sebastian-lerner <86729349+sebastian-lerner@users.noreply.github.com> Date: Tue, 22 Apr 2025 09:13:32 -0400 Subject: [PATCH 1/2] remove cpu ram reference --- jekyll/_cci2/insights.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/jekyll/_cci2/insights.adoc b/jekyll/_cci2/insights.adoc index b2811ca38f..7287688939 100644 --- a/jekyll/_cci2/insights.adoc +++ b/jekyll/_cci2/insights.adoc @@ -66,7 +66,6 @@ Select the *Jobs* tab next to *Overview* to view the following cumulative data o * Duration (95th percentile) * Total runs * Success rate -* Compute usage (average and max for CPU and RAM) [#see-also] == See also From ecb0077bde5b3b94190e7ba145124097a810ae1f Mon Sep 17 00:00:00 2001 From: Rosie Yohannan Date: Wed, 23 Apr 2025 14:09:25 +0100 Subject: [PATCH 2/2] remove references to resource class insights --- jekyll/_cci2/resource-class-overview.adoc | 19 +------------------ .../resource-class-view.adoc | 2 +- 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/jekyll/_cci2/resource-class-overview.adoc b/jekyll/_cci2/resource-class-overview.adoc index bfa741c7b3..c596d657d8 100644 --- a/jekyll/_cci2/resource-class-overview.adoc +++ b/jekyll/_cci2/resource-class-overview.adoc @@ -13,14 +13,13 @@ contentTags: Use resource classes to: * Specify compute resource size (CPU and RAM) for running a link:/docs/concepts/#jobs[job]. -* Optimize executors based on historical trends with resource class Insights. * Configure link:/docs/runner-concepts/#namespaces-and-resource-classes[self-hosted runners] for use in your `.circleci/config.yml` file. * Specify an execution environment. [#introduction] == Introduction -The `resource_class` configuration option has multiple uses: specifying compute resource size, optimizing executors, configuring self-hosted runners, and specifying an execution evironment. +The `resource_class` configuration option has multiple uses: specifying compute resource size, optimizing executors, configuring self-hosted runners, and specifying an execution environment. The most common usage is to specify CPU and RAM requirements for a job by configuring the `resource_class` key for an executor. @@ -104,22 +103,6 @@ Alternatively, use the "Get job details" endpoint to return information about a include::../_includes/partials/execution-resources/resource-class-view.adoc[] -=== Resource class Insights - -Resource class Insights let you track resource utilization for your jobs. You can inspect and use this information to update your executors based on historical trends and job requirements. - -To find resource class Insights: - -. Select **Insights** from the web app sidebar. -. The dashboard shows Insights at the project level. To find resource class Insights you need to drill down to the job level: -.. Select a project from the drop down. -.. Select a workflow from the list. -.. Select the **Jobs** tab. -.. Expand a job to view the resource class Insights. -+ -.Resource class Insights -image::resource-class-insights.png[Screenshot showing resource class Insights] - [#see-also] == See also diff --git a/jekyll/_includes/partials/execution-resources/resource-class-view.adoc b/jekyll/_includes/partials/execution-resources/resource-class-view.adoc index 17a3dbae90..6c048d76a3 100644 --- a/jekyll/_includes/partials/execution-resources/resource-class-view.adoc +++ b/jekyll/_includes/partials/execution-resources/resource-class-view.adoc @@ -7,6 +7,6 @@ To view the compute resource usage for the duration of a job in the CircleCI web . Select a job by clicking on the job name . Select the btn:[Resources] tab to view CPU and RAM usage for the duration of the job -You can use these insights to decide whether to make changes to the job's configured resource class. You can also access xref:resource-class-overview#resource-class-insights[resource class Insights]. +You can use these insights to decide whether to make changes to the job's configured resource class. image::view-resource-usage.png[Resources tab]