From 058297b8bf6cadf100957966b168bfecc9eca1c2 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 04:54:58 +0000 Subject: [PATCH] docs(TSP-1338): document per-project concurrency breakdown toggle Adds documentation for the new Org total / By project toggle on the concurrency chart, including the stacked bar view, tooltip behavior, and org manager permission requirement. Co-Authored-By: Claude Sonnet 4.6 --- enterprise/analytics.mdx | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/enterprise/analytics.mdx b/enterprise/analytics.mdx index c89cd533..a5a29dc8 100644 --- a/enterprise/analytics.mdx +++ b/enterprise/analytics.mdx @@ -129,7 +129,22 @@ Each metric shows percentage change from the previous period. For example, "+45. ## Concurrency usage -The Analytics page includes a concurrency usage chart. The chart shows organization-wide concurrency data — not data specific to a single agent — so you can correlate agent activity with overall concurrency patterns and see which agents are most active during peak periods. +The Analytics page includes a concurrency usage chart showing how your organization's concurrent agent runs are distributed over time. Use it to spot peak usage periods and understand how demand is spread across your projects. + +Organization managers can switch between two views using the toggle in the chart header: + + + + Displays aggregate organization-wide concurrency as a single chart. Use this to see overall demand patterns and correlate concurrency with agent activity. + + + Switches to a stacked bar chart that breaks down concurrency by project, with each project shown in a distinct color. Hover over any bar to see each project's individual usage alongside the organization's concurrency limit. + + + + + The "Org total" / "By project" toggle is visible to organization managers only. + For information about concurrency limits by subscription tier and how to monitor usage from the Plan & Billing page, see [Plans and credits](/admin/subscriptions/plans#monitoring-concurrency-usage).