Skip to content

Commit 3871f82

Browse files
lourwphilipjfulcher
authored andcommitted
docs(nx-cloud): update resource usage minimum version to 22.2 (#33723)
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> Correcting docs to mention that resource collection on Nx Cloud will be availabe from 22.2 onwards. ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
1 parent 65e7e38 commit 3871f82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

astro-docs/src/content/docs/guides/Nx Cloud/ci-resource-usage.mdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ filter: 'type:Guides'
1010
Nx Cloud tracks CPU and memory usage for each task in your CI pipeline. Use this data to find resource bottlenecks, debug out-of-memory errors, and pick the right agent size for your workload.
1111

1212
{% aside type="note" title="Requirements" %}
13-
Requires Nx 22.1 or higher.
13+
Requires Nx 22.2 or higher.
1414

1515
The CI resource usage feature with Nx Cloud requires an [Enterprise plan](https://nx.dev/enterprise?utm_source=nx.dev&utm_medium=documentation-guide&utm_campaign=nx-cloud-task-metrics).
1616
{% /aside %}

docs/blog/2025-12-05-nx-cloud-release-agent-resource-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Your platform team benefits from self-service debugging. Developers can investig
104104

105105
## Available Now for Enterprise Customers
106106

107-
Agent Resource Usage is **available today for all Nx Enterprise customers**. You'll need Nx 22.1 or greater to take advantage of this feature.
107+
Agent Resource Usage is **available today for all Nx Enterprise customers**. You'll need Nx 22.2 or greater to take advantage of this feature.
108108

109109
To get started, navigate to the Analysis section of any CI Pipeline Execution in your Nx Cloud dashboard. If you're using Nx Agents, the data is collected automatically. For manual DTE setups, refer to our documentation for upload instructions.
110110

0 commit comments

Comments
 (0)