diff --git a/platform_versioned_docs/version-24.3/orgs-and-teams/usage.mdx b/platform_versioned_docs/version-24.3/orgs-and-teams/usage.mdx new file mode 100644 index 000000000..ccde3b4c0 --- /dev/null +++ b/platform_versioned_docs/version-24.3/orgs-and-teams/usage.mdx @@ -0,0 +1,21 @@ +--- +title: "Organization resource usage tracking" +description: "Manage organization and workspace resource usage in Platform." +date: "26 Feb 2025" +tags: [workspaces, organizations, usage, administration, monitoring] +--- + +Select **Usage overview** next to the organization and workspace selector dropdown to view a window with the following resource usage details: + +- **Run history**: The total number of pipeline runs. +- **Concurrent runs**: Total simultaneous pipeline runs. +- **Running Studio sessions**: Number of concurrent running Studio sessions. +- **Users**: Total users per organization. + +Organization resource usage information is also displayed on the organization's **Settings** tab, under **Usage**. + +Select **Contact us to upgrade** if you need to increase your Platform usage limits for your organization. + +:::info +Usage limits differ per organization and subscription type. [Contact us](https://seqera.io/contact-us/) to discuss your needs. +::: diff --git a/platform_versioned_sidebars/version-24.3-sidebars.json b/platform_versioned_sidebars/version-24.3-sidebars.json index e0ac27857..24f96d618 100644 --- a/platform_versioned_sidebars/version-24.3-sidebars.json +++ b/platform_versioned_sidebars/version-24.3-sidebars.json @@ -132,6 +132,7 @@ "administration/overview", "orgs-and-teams/organizations", "orgs-and-teams/workspace-management", + "orgs-and-teams/usage", "orgs-and-teams/roles", "monitoring/audit-logs" ]