added pricing plans doc, added view usage doc with rate limit info
parent
801d1b67bc
commit
6edae167bb
|
@ -2,8 +2,8 @@
|
|||
title: Manage your InfluxDB Cloud 2 Account
|
||||
description: >
|
||||
placeholder
|
||||
weight: 2
|
||||
weight: 3
|
||||
menu:
|
||||
v2_0_cloud:
|
||||
name: Account management
|
||||
---
|
||||
---
|
||||
|
|
|
@ -0,0 +1,47 @@
|
|||
---
|
||||
title: View InfluxDB Cloud data usage
|
||||
description: >
|
||||
View your InfluxDB Cloud 2.0 data usage and rate limit notifications.
|
||||
weight: 102
|
||||
menu:
|
||||
v2_0_cloud:
|
||||
parent: Account management
|
||||
name: View data usage
|
||||
---
|
||||
|
||||
To view your {{< cloud-name >}} data usage, hover over the **Usage** icon in the
|
||||
left navigation bar and select **Usage**.
|
||||
|
||||
{{< nav-icon "usage" >}}
|
||||
|
||||
The usage page provides the following information:
|
||||
|
||||
- **Writes:** Total kilobytes written to your {{< cloud-name "short" >}} instance.
|
||||
- **Reads:** Total kilobytes sent in 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 number of HTTP requests received by all InfluxDB API endpoints.
|
||||
- **Usage over the specified time period:** A line graph that visualizes usage over the specified time period.
|
||||
Select the time period from the drop-down at the top of the Usage page.
|
||||
- **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](/v2.0/cloud/pricing-plans/), {{< 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 Pay As You Go Plan](/v2.0/cloud/pricing-plans/#upgrade-to-the-pay-as-you-go-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)
|
||||
```
|
|
@ -0,0 +1,65 @@
|
|||
---
|
||||
title: InfluxDB Cloud 2.0 pricing plans
|
||||
description: >
|
||||
InfluxDB Cloud 2.0 provides two pricing plans to fit your needs – the rate-limited
|
||||
Free Plan and the Pay As You Go Plan.
|
||||
aliases:
|
||||
- /v2.0/cloud/rate-limits/
|
||||
weight: 2
|
||||
menu:
|
||||
v2_0_cloud:
|
||||
name: Pricing plans
|
||||
---
|
||||
|
||||
InfluxDB Cloud 2.0 offers two pricing plans:
|
||||
|
||||
- [Free Plan](#free-plan)
|
||||
- [Pay As You Go Plan](#pay-as-you-go-plan)
|
||||
|
||||
## Free Plan
|
||||
All new {{< cloud-name >}} accounts start with a rate-limited Free Plan.
|
||||
Use it as much and as long as you want within the Free Plan rate limits:
|
||||
|
||||
#### Free Plan rate limits
|
||||
- **Writes:** 3MB every 5 minutes
|
||||
- **Query:** 30MB every 5 minutes
|
||||
- **Storage:** 72-hour data retention
|
||||
- **Create:**
|
||||
- Up to 5 dashboards
|
||||
- Up to 5 tasks
|
||||
- Up to 2 buckets
|
||||
|
||||
_To remove rate limits, [upgrade to a Pay As You Go Plan](#upgrade-to-the-pay-as-you-go-plan)._
|
||||
|
||||
## Pay As You Go Plan
|
||||
Pay As You Go Plans offer more flexibility and ensure you only pay for what you use.
|
||||
|
||||
#### Pay As You Go Plan rate limits
|
||||
In order to protect against any intentional or unintentional harm,
|
||||
Pay As You Go Plans includes some soft rate limits:
|
||||
|
||||
- **Writes:** 300MB every 5 minutes
|
||||
- **Queries:** 3000MB every 5 minutes
|
||||
- **Storage:** Unlimited retention
|
||||
- **Create:**
|
||||
- Unlimited dashboards
|
||||
- Unlimited tasks
|
||||
- Unlimited buckets
|
||||
- Unlimited users
|
||||
|
||||
_To request higher rate limits, contact [InfluxData Support](mailto:support@influxdata.com)._
|
||||
|
||||
## Upgrade to a Pay As You Go Plan
|
||||
To upgrade to a Pay As You Go Plan:
|
||||
|
||||
1. Hover over the **Usage** icon in the left navigation bar and select **Billing**.
|
||||
|
||||
{{< nav-icon "usage" >}}
|
||||
|
||||
2. Click **Upgrade to Pay As You Go**.
|
||||
3. Review the terms and pricing associated with the Pay As You Go Plan.
|
||||
4. Click **Sounds Good To Me**.
|
||||
5. Enter your Billing contact information.
|
||||
6. Enter your payment information and click **Add Card**.
|
||||
7. Review the plan details, billing contact information, and credit card information.
|
||||
8. Click **Confirm & Order**.
|
|
@ -1,57 +0,0 @@
|
|||
---
|
||||
title: InfluxDB Cloud 2.0 rate limits
|
||||
description: Rate limits for Free tier users optimize InfluxDB Cloud 2.0 services.
|
||||
weight: 2
|
||||
menu:
|
||||
v2_0_cloud:
|
||||
name: Rate limits
|
||||
---
|
||||
|
||||
InfluxDB Cloud 2.0 offers two options, the rate-limited Free Tier and the Pay As You Go option.
|
||||
For details about InfluxDB Cloud 2.0, see [About the InfluxDB Cloud 2.0](/v2/cloud/about/index).
|
||||
|
||||
## Free Tier
|
||||
|
||||
Everyone starts with the rate-limited Free Tier.
|
||||
You can use the InfluxDB Cloud as long as you want,
|
||||
but limits apply.
|
||||
You should be able to monitor 5-10 sensors, stacks, or servers comfortably.
|
||||
|
||||
### Limits applied to Free Tier accounts
|
||||
|
||||
- `write` endpoint
|
||||
- Write throughput of 10KB per second
|
||||
- 3000 KB of data written in a 5 minute window
|
||||
- `query` endpoint
|
||||
- Query throughput of 100 KB/s
|
||||
- 30MB of data returned in a 5 minute window
|
||||
- 5 dashboards
|
||||
- 5 tasks
|
||||
- 2 buckets to store your time series data
|
||||
- 72-hour storage retention period
|
||||
|
||||
To remove the rate limits, upgrade to the Pay As You Go option.
|
||||
|
||||
## Pay As You Go option
|
||||
|
||||
The Pay As You Go option offers more flexibility and ensures that you only pay for what you need.
|
||||
This option automatically adjusts for projects based on data needs.
|
||||
|
||||
To get more details and upgrade to the Pay As You Go option, perform the following steps.
|
||||
|
||||
1. Click **Usage > Billing** in the left navigation menu.
|
||||
|
||||
2. At the bottom of the page, click **Pay As You Go** to review the options and upgrade to this option.
|
||||
|
||||
## View data usage
|
||||
|
||||
To view your data usage, click **Usage** in the left navigation bar.
|
||||
|
||||
{{< nav-icon "usage" >}}
|
||||
|
||||
## HTTP response codes
|
||||
|
||||
When a request exceeds the rate limit for the endpoint, the InfluxDB API returns:
|
||||
|
||||
- `HTTP 429 “Too Many Requests”`
|
||||
- `Retry-After: xxx (seconds to wait before retrying the request)`
|
Binary file not shown.
Before Width: | Height: | Size: 347 KiB After Width: | Height: | Size: 36 KiB |
Loading…
Reference in New Issue