Skip to content

Commit 125eced

Browse files
[DO NOT MERGE]remove cpu ram reference (#9353)
* remove cpu ram reference * remove references to resource class insights --------- Co-authored-by: Rosie Yohannan <[email protected]>
1 parent 5e9b5c1 commit 125eced

File tree

3 files changed

+2
-20
lines changed

3 files changed

+2
-20
lines changed

jekyll/_cci2/insights.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ Select the *Jobs* tab next to *Overview* to view the following cumulative data o
6666
* Duration (95th percentile)
6767
* Total runs
6868
* Success rate
69-
* Compute usage (average and max for CPU and RAM)
7069

7170
[#see-also]
7271
== See also

jekyll/_cci2/resource-class-overview.adoc

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@ contentTags:
1313
Use resource classes to:
1414

1515
* Specify compute resource size (CPU and RAM) for running a link:/docs/concepts/#jobs[job].
16-
* Optimize executors based on historical trends with resource class Insights.
1716
* Configure link:/docs/runner-concepts/#namespaces-and-resource-classes[self-hosted runners] for use in your `.circleci/config.yml` file.
1817
* Specify an execution environment.
1918

2019
[#introduction]
2120
== Introduction
2221

23-
The `resource_class` configuration option has multiple uses: specifying compute resource size, optimizing executors, configuring self-hosted runners, and specifying an execution evironment.
22+
The `resource_class` configuration option has multiple uses: specifying compute resource size, optimizing executors, configuring self-hosted runners, and specifying an execution environment.
2423

2524
The most common usage is to specify CPU and RAM requirements for a job by configuring the `resource_class` key for an executor.
2625

@@ -104,22 +103,6 @@ Alternatively, use the "Get job details" endpoint to return information about a
104103

105104
include::../_includes/partials/execution-resources/resource-class-view.adoc[]
106105

107-
=== Resource class Insights
108-
109-
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.
110-
111-
To find resource class Insights:
112-
113-
. Select **Insights** from the web app sidebar.
114-
. The dashboard shows Insights at the project level. To find resource class Insights you need to drill down to the job level:
115-
.. Select a project from the drop down.
116-
.. Select a workflow from the list.
117-
.. Select the **Jobs** tab.
118-
.. Expand a job to view the resource class Insights.
119-
+
120-
.Resource class Insights
121-
image::resource-class-insights.png[Screenshot showing resource class Insights]
122-
123106
[#see-also]
124107
== See also
125108

jekyll/_includes/partials/execution-resources/resource-class-view.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ To view the compute resource usage for the duration of a job in the CircleCI web
77
. Select a job by clicking on the job name
88
. Select the btn:[Resources] tab to view CPU and RAM usage for the duration of the job
99

10-
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].
10+
You can use these insights to decide whether to make changes to the job's configured resource class.
1111

1212
image::view-resource-usage.png[Resources tab]

0 commit comments

Comments
 (0)