diff --git a/content/influxdb/cloud/account-management/data-usage.md b/content/influxdb/cloud/account-management/data-usage.md index 98ca8b046..92053a7b4 100644 --- a/content/influxdb/cloud/account-management/data-usage.md +++ b/content/influxdb/cloud/account-management/data-usage.md @@ -14,33 +14,34 @@ menu: products: [cloud] --- -View the statistics of your data usage and rate limits (reads, writes, and delete limits) on the Usage page. Some usage data affects monthly costs (pricing vectors) and other usage data, including delete limits, does not affect pricing. For more information, see the [pricing plans](/influxdb/cloud/account-management/pricing-plans/). +View the statistics of your data usage and rate limits (reads, writes, and delete limits) on the Usage page. Some usage data affects monthly costs (pricing vectors) and other usage data, including delete limits, does not affect pricing. For more information about costs and limits, see the [pricing plans](/influxdb/cloud/account-management/pricing-plans/). -To view your {{< cloud-name >}} data usage, do the following: +To view your {{< cloud-name >}} data usage, do the following: -1. Click the **user avatar** on the left-side navigation. +1. Click the **user avatar** on the left-side navigation. 2. Select **Usage**. +3. Select a time range to review data usage (by default, `Past 24h`), and then select one of the following: -Find data usage information for the time frame specified in the drop-down at the top of the Usage page. + - **Data In:** Total data in MB written to your {{< cloud-name "short" >}} instance. + - **Query Count:** Total number of individual query operations, which include queries, tasks (alerts, notifications) and Data Explorer activity. + - **Storage:** Total disk usage in gigabytes. + - **Data Out:** Total data in MB sent as responses to queries from your {{< cloud-name "short" >}} instance. -- **Data In:** Total data in MB written to your {{< cloud-name "short" >}} instance. -- **Storage:** Total disk usage in gigabytes. -- **Query Count:** Total number of individual query operations, which include queries, tasks (alerts, notifications) and Data Explorer activity. -- **Data Out:** Total data in MB sent as responses to queries from your {{< cloud-name "short" >}} instance. -- **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/influxdb/cloud-controls-data-usage.png" />}} +A line graph displays usage for the selected vector for the specified time period. ## Exceeded rate limits -If you exceed your [plan's rate limits](/influxdb/cloud/account-management/pricing-plans/), {{< cloud-name >}} provides a notification in the {{< cloud-name "short" >}} user interface (UI) and adds a rate limit event to your **Usage** page for review. InfluxDB Cloud plans include the following rate limits: +If you exceed your [plan's data limits](/influxdb/cloud/account-management/pricing-plans/), {{< cloud-name >}} UI displays a notification message, and the following occurs: -- If **write or read requests or series cardinality exceed** the specified limit within a five-minute window, the request is rejected and the UI displays `event_type_limited_query` or `event_type_limited_write` or `event_type_limited_cardinality` as fields. +- When **write or read requests or series cardinality exceed** the specified limit within a five-minute window, the request is rejected and the following events appears under **Limit Events** on the Usage page as applicable: `event_type_limited_query` or `event_type_limited_write` or `event_type_limited_cardinality` -_To raise these rate limits, [upgrade to a Usage-based Plan](/influxdb/cloud/account-management/billing/#upgrade-to-usage-based-plan)._ + _To raise these rate limits, [upgrade to a Usage-based Plan](/influxdb/cloud/account-management/billing/#upgrade-to-usage-based-plan)._ -- If **delete requests exceed** the specified limit within a five-minute window, the request is rejected and the UI displays `event_type_limited_delete_rate` as the field. +- When **delete requests exceed** the specified limit within a five-minute window, the request is rejected and `event_type_limited_delete_rate` appears under **Limit Events** on the Usage page. + {{% note %}} +**Tip:** +Combine predicate expressions (if possible) into a single request. InfluxDB rate limits per number of requests (not points in request). +{{% /note %}} ### InfluxDB API: HTTP rate limit responses diff --git a/content/influxdb/cloud/account-management/pricing-plans.md b/content/influxdb/cloud/account-management/pricing-plans.md index 60e0fec89..1def55fc9 100644 --- a/content/influxdb/cloud/account-management/pricing-plans.md +++ b/content/influxdb/cloud/account-management/pricing-plans.md @@ -14,7 +14,7 @@ menu: products: [cloud] --- -InfluxDB Cloud offers two pricing plans, which provide different data and resource usage limits: +InfluxDB Cloud offers two plans, which provide different data and resource usage limits: - [Free Plan](#free-plan) - [Usage-Based Plan](#usage-based-plan) @@ -51,9 +51,26 @@ _To raise rate limits, [upgrade to a Usage-based Plan](/influxdb/cloud/account-m The Usage-based Plan offers more flexibility and ensures you only pay for what you [use](/influxdb/cloud/account-management/data-usage/). +### Data limit + +- **Ingest batch size:** 50MB + +### Soft data limits + +To protect against any intentional or unintentional harm, the Usage-Based Plan includes soft limits. +_To request higher soft data limits, contact [InfluxData Support](mailto:support@influxdata.com)._ + +- **Data In:** 300MB every 5 minutes +- **Query:** 3000MB every 5 minutes +- **Series cardinality:** 1,000,000 initial limit (higher limits available; [contact InfluxData Support](mailto:support@influxdata.com)) +- **Storage:** Unlimited retention +{{% note %}} +Set your retention period to unlimited or up to 1 year by [updating a bucket’s retention period in the InfluxDB UI](/influxdb/cloud/organizations/buckets/update-bucket/#update-a-buckets-retention-period-in-the-influxdb-ui), or [set a custom retention period](/influxdb/cloud/organizations/buckets/update-bucket/#update-a-buckets-retention-period) using the [`influx` CLI](influxdb/cloud/reference/cli/influx/). +{{% /note %}} + ### Pricing vectors -The following vectors determine pricing: +The Usage-Based Plan uses the following pricing vectors to calculate InfluxDB Cloud billing costs: - **Data out** is the total sum of the data (measured in GB) returned to the user to answer a query, also known as data transfer costs. - **Query count** is the total number of individual query operations: @@ -63,19 +80,7 @@ The following vectors determine pricing: - **Data In** is the amount of data you’re writing into InfluxDB (measured in MB/second). - **Storage** is the amount of data you’re storing in InfluxDB (measured in GB/hour). -### Usage-Based Plan limits - -To protect against any intentional or unintentional harm, Usage-Based Plans include soft limits. -_To request higher rate limits, contact [InfluxData Support](mailto:support@influxdata.com)._ - -- **Data In:** 300MB every 5 minutes -- **Query:** 3000MB every 5 minutes -- **Ingest batch size:** 50MB -- **Series cardinality:** 1,000,000 initial limit (higher limits available; [contact InfluxData Support](mailto:support@influxdata.com)) -- **Storage:** Unlimited retention -{{% note %}} -Set your retention period to unlimited or up to 1 year by [updating a bucket’s retention period in the InfluxDB UI](/influxdb/cloud/organizations/buckets/update-bucket/#update-a-buckets-retention-period-in-the-influxdb-ui), or [set a custom retention period](/influxdb/cloud/organizations/buckets/update-bucket/#update-a-buckets-retention-period) using the [`influx` CLI](influxdb/cloud/reference/cli/influx/). -{{% /note %}} +Discover how to [manage InfluxDB Cloud billing](/influxdb/cloud/account-management/billing/). ### Unlimited resources