2019-07-22 21:15:08 +00:00
|
|
|
---
|
|
|
|
title: View InfluxDB Cloud data usage
|
2019-07-22 22:18:49 +00:00
|
|
|
list_title: View data usage
|
2019-07-22 21:15:08 +00:00
|
|
|
description: >
|
|
|
|
View your InfluxDB Cloud 2.0 data usage and rate limit notifications.
|
2019-07-22 21:32:02 +00:00
|
|
|
weight: 103
|
2020-04-22 18:19:16 +00:00
|
|
|
aliases:
|
|
|
|
- /v2.0/cloud/account-management/data-usage
|
2019-07-22 21:15:08 +00:00
|
|
|
menu:
|
2020-04-22 19:59:28 +00:00
|
|
|
v2_0:
|
2019-07-22 21:15:08 +00:00
|
|
|
parent: Account management
|
|
|
|
name: View data usage
|
2020-04-22 19:59:28 +00:00
|
|
|
products: [cloud]
|
2019-07-22 21:15:08 +00:00
|
|
|
---
|
|
|
|
|
2020-01-17 20:56:41 +00:00
|
|
|
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**.
|
2019-07-22 21:15:08 +00:00
|
|
|
|
2019-11-22 00:53:06 +00:00
|
|
|
Find data usage information for the time frame specified in the drop-down at the top of the Usage page.
|
2019-07-22 21:15:08 +00:00
|
|
|
|
2019-07-22 23:01:44 +00:00
|
|
|
- **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.
|
2019-07-22 21:15:08 +00:00
|
|
|
- **Query Duration:** Total time spent processing queries in seconds.
|
|
|
|
- **Storage Usage:** Total disk usage in gigabytes.
|
2019-07-22 23:38:46 +00:00
|
|
|
- **API Request Count:** The total number of query and write API requests received
|
|
|
|
during the specified time frame.
|
2019-07-22 21:15:08 +00:00
|
|
|
- **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
|
2019-11-22 00:53:06 +00:00
|
|
|
|
2020-04-22 21:32:04 +00:00
|
|
|
If you exceed your plan's [rate limits](/v2.0/account-management/pricing-plans/), {{< cloud-name >}}
|
2019-07-22 21:15:08 +00:00
|
|
|
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._
|
|
|
|
|
2020-04-22 21:32:04 +00:00
|
|
|
_To remove rate limits, [upgrade to a Usage-based Plan](/v2.0/account-management/billing/#upgrade-to-usage-based-plan)._
|
2019-07-22 21:15:08 +00:00
|
|
|
|
|
|
|
### 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)
|
|
|
|
```
|