2.0 KiB
title | list_title | description | weight | aliases | menu | products | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
View InfluxDB Cloud data usage | View data usage | View your InfluxDB Cloud 2.0 data usage and rate limit notifications. | 103 |
|
|
|
To view your {{< cloud-name >}} data usage, click the user avatar in the top right corner of your {{< cloud-name "short" >}} user interface (UI) and select Usage.
Find data usage information for the time frame specified in the drop-down at the top of the Usage page.
- Writes: Total data in MB written to your {{< cloud-name "short" >}} instance.
- Reads: Total data in MB sent as responses to queries from your {{< cloud-name "short" >}} instance.
- Query Duration: Total time spent processing queries in seconds.
- Storage Usage: Total disk usage in gigabytes.
- API Request Count: The total number of query and write API requests received during the specified time frame.
- Usage over the specified time period: A line graph that visualizes usage over the specified time period.
- Rate Limits over the specified time period: A list of rate limit events over the specified time period.
{{< img-hd src="/img/2-0-cloud-usage.png" />}}
Exceeded rate limits
If you exceed your plan's rate limits, {{< cloud-name >}} will provide a notification in the {{< cloud-name "short" >}} user interface (UI) and add a rate limit event to your Usage page for review.
All rate-limited requests are rejected; including both read and write requests. Rate-limited requests are not queued.
To remove rate limits, upgrade to a Usage-based Plan.
Rate-limited HTTP response code
When a request exceeds your plan's rate limit, the InfluxDB API returns the following response:
HTTP 429 “Too Many Requests”
Retry-After: xxx (seconds to wait before retrying the request)