File tree Expand file tree Collapse file tree
docs/cloud/metrics/openmetrics Expand file tree Collapse file tree Original file line number Diff line number Diff 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:::
You can’t perform that action at this time.
0 commit comments