Skip to content

Commit 6749ce7

Browse files
committed
Use tcld for Namespace capacity lookup
1 parent 3896154 commit 6749ce7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/cloud/capacity-modes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Each Namespace has a rate limit, which is measured in Actions per second (APS).
116116
Your APS limit automatically adjusts based on a formula that compares your average usage over the last 7 days and your usage at the 90th percentile, or P90.
117117
Your throughput limit will never fall below the [default limit](/cloud/limits#actions-per-second) for your Namespace.
118118
Under On-Demand capacity you are only charged for the Actions you use.
119-
To see your current limit, view it in the Temporal Cloud UI under the Namespace overview, retrieve it with the [Temporal CLI](/cli/command-reference/cloud/namespace#capacity) (`temporal cloud namespace capacity get`), or track the `temporal_cloud_v1_action_limit` metric described in [Monitoring Trends Against Limits](/cloud/service-health#rps-aps-rate-limits).
119+
To see your current limit, view it in the Temporal Cloud UI under the Namespace overview, retrieve it with the [CLI (`tcld`)](/cloud/tcld/namespace/#capacity) by running `tcld namespace capacity get`, or track the `temporal_cloud_v1_action_limit` metric described in [Monitoring Trends Against Limits](/cloud/service-health#rps-aps-rate-limits).
120120

121121
For example, if your average APS over the last 7 days was 200 and your P90 was 500, your limit would be the greater of:
122122
* The [default limit](/cloud/limits#actions-per-second)

0 commit comments

Comments
 (0)