added usage button to rate limit doc
parent
cad1e16208
commit
e290892b4d
|
@ -7,7 +7,8 @@ menu:
|
||||||
name: Rate limits
|
name: Rate limits
|
||||||
---
|
---
|
||||||
|
|
||||||
To optimize InfluxDB Cloud 2.0 services, the following rate limits are in place for Free tier users. To increase your rate limits, contact <a href="mailto:cloudbeta@influxdata.com?subject={{ $cloudName }} Feedback">cloudbeta@influxdata.com</a>.
|
To optimize InfluxDB Cloud 2.0 services, the following rate limits are in place for Free tier users.
|
||||||
|
To increase your rate limits, contact <a href="mailto:cloudbeta@influxdata.com?subject={{ $cloudName }} Feedback">cloudbeta@influxdata.com</a>.
|
||||||
|
|
||||||
- `write` endpoint:
|
- `write` endpoint:
|
||||||
- 5 concurrent API calls
|
- 5 concurrent API calls
|
||||||
|
@ -22,6 +23,11 @@ To optimize InfluxDB Cloud 2.0 services, the following rate limits are in place
|
||||||
- 2 buckets
|
- 2 buckets
|
||||||
- 72 hour retention period
|
- 72 hour retention period
|
||||||
|
|
||||||
|
## View data usage
|
||||||
|
To view data usage, click **Usage** in the left navigation bar.
|
||||||
|
|
||||||
|
{{< nav-icon "usage" >}}
|
||||||
|
|
||||||
## HTTP response codes
|
## HTTP response codes
|
||||||
|
|
||||||
When a request exceeds the rate limit for the endpoint, the InfluxDB API returns:
|
When a request exceeds the rate limit for the endpoint, the InfluxDB API returns:
|
||||||
|
|
|
@ -20,9 +20,9 @@
|
||||||
{{ else if or (eq $navIcon "feedback") }}
|
{{ else if or (eq $navIcon "feedback") }}
|
||||||
{{ .Scratch.Set "icon" "nav-chat" }}
|
{{ .Scratch.Set "icon" "nav-chat" }}
|
||||||
{{ .Scratch.Set "title" "Feedback" }}
|
{{ .Scratch.Set "title" "Feedback" }}
|
||||||
{{ else if or (eq $navIcon "cloud") }}
|
{{ else if or (eq $navIcon "cloud") (eq $navIcon "usage") }}
|
||||||
{{ .Scratch.Set "icon" "cloud" }}
|
{{ .Scratch.Set "icon" "cloud" }}
|
||||||
{{ .Scratch.Set "title" "Cloud" }}
|
{{ .Scratch.Set "title" "Usage" }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ $icon := .Scratch.Get "icon" }}
|
{{ $icon := .Scratch.Get "icon" }}
|
||||||
|
|
Loading…
Reference in New Issue