Skip to content

Commit e681d91

Browse files
Future proof metric limit wording (#5080)
* Update api-reference.mdx * Apply suggestion from @lennessyy --------- Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
1 parent d2da336 commit e681d91

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/cloud/metrics/openmetrics/api-reference.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ Rate limit scopes are subject to change.
117117
| Account | 180 requests per hour |
118118

119119
:::caution
120-
Practical enforcement of this limit may allow bursts of up to 2x this limit (up to 360 requests per hour) at various times.
121-
Do not rely on this headroom: design production clients against the documented limit of 180 requests per hour.
120+
Practical enforcement of this limit may allow bursts that exceed the limit at various times.
121+
Do not rely on this headroom: design production clients against the documented limit.
122122

123123
:::
124124

@@ -393,8 +393,8 @@ count({__name__=~"temporal_cloud_v1_.*"}) by (__name__)
393393
| 30k total datapoints per scrape | Response may be truncated | Use namespace/metric filtering |
394394
| 180 requests per account per hour (~3 requests per minute) | HTTP 429 returned | Set scrape interval to 30s |
395395

396-
:::note
397-
Practical enforcement of this limit may allow bursts of up to 2x this limit (up to 360 requests per hour) at various times.
398-
Do not rely on this headroom: design production clients against the documented limit of 180 requests per hour.
396+
:::caution
397+
Practical enforcement of this limit may allow bursts that exceed the limit at various times.
398+
Do not rely on this headroom: design production clients against the documented limit.
399399

400400
:::

0 commit comments

Comments
 (0)