Merge pull request #580 from influxdata/ga-usage-based-plan
Update pay as you go to usage-basedpull/581/head
commit
c004cbca58
|
@ -22,8 +22,8 @@ menu:
|
|||
|
||||
View information about:
|
||||
|
||||
- [Pay As You Go billing](#view-pay-as-you-go-billing-information)
|
||||
- [Free plan](#view-free-plan-information)
|
||||
- [Usage-based Plan](#view-usage-based-plan-information)
|
||||
- [Free Plan](#view-free-plan-information)
|
||||
- [Exceeded rate limits](#exceeded-rate-limits)
|
||||
- [Billing cycle](#billing-cycle)
|
||||
- [Declined or late payments](#declined-or-late-payments)
|
||||
|
@ -53,7 +53,7 @@ menu:
|
|||
2. Select the **Send email notification** toggle, and then enter the email address to notify.
|
||||
3. Enter the dollar amount to trigger a notification email. By default, an email is triggered when the amount exceeds $10. (Whole dollar amounts only. For example, $10.50 is not a supported amount.)
|
||||
|
||||
### View Pay As You Go billing information
|
||||
### View Usage-based Plan information
|
||||
|
||||
- On the Billing page, view your billing information, including:
|
||||
- Account balance
|
||||
|
@ -63,9 +63,9 @@ menu:
|
|||
- Contact information
|
||||
- Notification settings
|
||||
|
||||
### View Free plan information
|
||||
### View Free Plan information
|
||||
|
||||
- On the Billing page, view the total limits available for the Free plan.
|
||||
- On the Billing page, view the total limits available for the Free Plan.
|
||||
|
||||
### Exceeded rate limits
|
||||
|
||||
|
@ -74,7 +74,7 @@ If you exceed your plan's [rate limits](/v2.0/cloud/pricing-plans/), {{< cloud-n
|
|||
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/account-management/upgrade-to-payg/)._
|
||||
_To remove rate limits, [upgrade to a Usage-based Plan](/v2.0/cloud/account-management/upgrade-to-usage-based-plan/)._
|
||||
|
||||
#### Rate-limited HTTP response code
|
||||
|
||||
|
@ -87,7 +87,7 @@ Retry-After: xxx (seconds to wait before retrying the request)
|
|||
|
||||
### Billing cycle
|
||||
|
||||
Billing occurs on the first day of the month for the previous month. For example, if you start the Pay As You Go plan on September 15, you're billed on October 1 for your usage from September 15-30.
|
||||
Billing occurs on the first day of the month for the previous month. For example, if you start the Usage-based Plan on September 15, you're billed on October 1 for your usage from September 15-30.
|
||||
|
||||
### Declined or late payments
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ 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/account-management/upgrade-to-payg/)._
|
||||
_To remove rate limits, [upgrade to a Usage-based Plan](/v2.0/cloud/account-management/upgrade-to-usage-based-plan/)._
|
||||
|
||||
### Rate-limited HTTP response code
|
||||
When a request exceeds your plan's rate limit, the InfluxDB API returns the following response:
|
||||
|
|
|
@ -1,22 +1,24 @@
|
|||
---
|
||||
title: Upgrade to a Pay As You Go Plan
|
||||
title: Upgrade to a Usage-based Plan
|
||||
description: >
|
||||
Upgrade to a Pay As You Go Plan to remove rate limits from your InfluxDB Cloud 2.0 account.
|
||||
Upgrade to a Usage-based Plan to remove rate limits from your InfluxDB Cloud 2.0 account.
|
||||
aliases:
|
||||
- /v2.0/cloud/account-management/upgrade-to-payg/
|
||||
weight: 102
|
||||
menu:
|
||||
v2_0_cloud:
|
||||
parent: Account management
|
||||
name: Upgrade to Pay As You Go
|
||||
name: Upgrade to Usage-based Plan
|
||||
---
|
||||
|
||||
To upgrade to a Pay As You Go Plan:
|
||||
To upgrade to a Usage-based 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.
|
||||
2. Click **Upgrade to Usage-based Plan**.
|
||||
3. Review the terms and pricing associated with the Usage-based Plan.
|
||||
4. Click **Sounds Good To Me**.
|
||||
5. Enter your contact information.
|
||||
Traditionally this would be "shipping" information, but InfluxData does not ship anything.
|
|
@ -21,7 +21,7 @@ _See the differences between {{< cloud-name "short">}} and InfluxDB OSS
|
|||
Start using {{< cloud-name >}} at no cost with the [Free Plan](/v2.0/cloud/pricing-plans/#free-plan).
|
||||
Use it as much and as long as you like within the plan's rate-limits.
|
||||
Limits are designed to let you monitor 5-10 sensors, stacks or servers comfortably.
|
||||
Once you're ready to grow, [upgrade to the Pay As You Go Plan](/v2.0/cloud/account-management/upgrade-to-payg/).
|
||||
Once you're ready to grow, [upgrade to the Usage-based Plan](/v2.0/cloud/account-management/upgrade-to-usage-based-plan/).
|
||||
|
||||
## Sign up
|
||||
|
||||
|
@ -138,5 +138,5 @@ The primary differences between InfluxDB OSS 2.0 and InfluxDB Cloud 2.0 are:
|
|||
- **Integrated visualization and dashboards**: Based on the pioneering Chronograf project,
|
||||
the new user interface (InfluxDB UI) offers quick and effortless onboarding,
|
||||
richer user experiences, and significantly quicker results.
|
||||
- **Usage-based pricing**: The [The Pay As You Go Plan](/v2.0/cloud/pricing-plans/#pay-as-you-go-plan)
|
||||
- **Usage-based pricing**: The [The Usage-based Plan](/v2.0/cloud/pricing-plans/#usage-based-plan)
|
||||
offers more flexibility and ensures that you only pay for what you use. To estimate your projected usage costs, use the [InfluxDB Cloud 2.0 pricing calculator](/v2.0/cloud/pricing-calculator/).
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
title: InfluxDB Cloud 2.0 pricing calculator
|
||||
description: >
|
||||
Use the InfluxDB Cloud 2.0 pricing calculator to estimate costs by adjusting the number of devices,
|
||||
plugins, metrics, and writes for the Pay As You Go Plan.
|
||||
plugins, metrics, and writes for the Usage-based Plan.
|
||||
weight: 2
|
||||
menu:
|
||||
v2_0_cloud:
|
||||
name: Pricing calculator
|
||||
---
|
||||
|
||||
Use the {{< cloud-name >}} pricing calculator to estimate costs for the Pay As You Go plan by adjusting your number of devices,
|
||||
Use the {{< cloud-name >}} pricing calculator to estimate costs for the Usage-based Plan by adjusting your number of devices,
|
||||
plugins, users, dashboards, writes, and retention. Default configurations include:
|
||||
|
||||
| Configuration | Hobby | Standard | Professional | Enterprise |
|
||||
|
@ -33,12 +33,12 @@ Guidelines used to estimate costs for default configurations:
|
|||
|
||||
1. Do one of the following:
|
||||
|
||||
- Free plan. Hover over the **Usage** icon in the left navigation bar and select **Billing**.
|
||||
- Free Plan. Hover over the **Usage** icon in the left navigation bar and select **Billing**.
|
||||
|
||||
{{< nav-icon "cloud" >}}
|
||||
|
||||
Then click the **Pricing Calculator** link at the bottom of the page.
|
||||
- Pay As You Go plan. Open the pricing calculator [here](https://cloud2.influxdata.com/pricing).
|
||||
- Usage-based Plan. Open the pricing calculator [here](https://cloud2.influxdata.com/pricing).
|
||||
3. Choose your region.
|
||||
4. Select your configuration:
|
||||
- **Hobby**. For a single user monitoring a few machines or sensors.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
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.
|
||||
Free Plan and the Usage-based Plan.
|
||||
aliases:
|
||||
- /v2.0/cloud/rate-limits/
|
||||
weight: 2
|
||||
|
@ -14,7 +14,7 @@ menu:
|
|||
InfluxDB Cloud 2.0 offers two pricing plans:
|
||||
|
||||
- [Free Plan](#free-plan)
|
||||
- [Pay As You Go Plan](#pay-as-you-go-plan)
|
||||
- [Usage-based Plan](#usage-based-plan)
|
||||
|
||||
To estimate your projected usage costs, use the [InfluxDB Cloud 2.0 pricing calculator](/v2.0/cloud/pricing-calculator/).
|
||||
|
||||
|
@ -38,15 +38,15 @@ Use this plan as much and as long as you want within the Free Plan rate limits:
|
|||
- Unlimited Slack notification endpoints
|
||||
|
||||
|
||||
_To remove rate limits, [upgrade to a Pay As You Go Plan](/v2.0/cloud/account-management/upgrade-to-payg/)._
|
||||
_To remove rate limits, [upgrade to a Usage-based Plan](/v2.0/cloud/account-management/upgrade-to-usage-based-plan/)._
|
||||
|
||||
## Pay As You Go Plan
|
||||
## Usage-based Plan
|
||||
|
||||
The Pay As You Go Plan offers more flexibility and ensures you only pay for what you [use]((/v2.0/cloud/account-management/data-usage/).
|
||||
The Usage-based Plan offers more flexibility and ensures you only pay for what you [use]((/v2.0/cloud/account-management/data-usage/).
|
||||
|
||||
#### Pay As You Go Plan rate limits
|
||||
#### Usage-based Plan rate limits
|
||||
|
||||
To protect against any intentional or unintentional harm, Pay As You Go Plans include soft rate limits:
|
||||
To protect against any intentional or unintentional harm, Usage-based Plans include soft rate limits:
|
||||
|
||||
- **Writes:** 300MB every 5 minutes
|
||||
- **Ingest batch size:** 50MB
|
||||
|
|
|
@ -14,7 +14,7 @@ related:
|
|||
---
|
||||
|
||||
Notification endpoints store information to connect to a third party service.
|
||||
If you're using the Free plan, create a Slack endpoint.
|
||||
If you're using the Pay as You Go plan, create a connection to a HTTP, Slack, or PagerDuty endpoint.
|
||||
If you're using the Free Plan, create a Slack endpoint.
|
||||
If you're using the Usage-based Plan, create a connection to a HTTP, Slack, or PagerDuty endpoint.
|
||||
|
||||
{{< children >}}
|
||||
|
|
|
@ -23,9 +23,9 @@ To send notifications about changes in your data, start by creating a notificati
|
|||
2. Next to **Notification Endpoints**, click **Create**.
|
||||
3. From the **Destination** drop-down list, select a destination endpoint to send notifications.
|
||||
The following endpoints are available for InfluxDB 2.0 OSS, the InfluxDB Cloud 2.0 Free Plan,
|
||||
and the InfluxDB Cloud 2.0 Pay As You Go (PAYG) Plan:
|
||||
and the InfluxDB Cloud 2.0 Usage-based Plan:
|
||||
|
||||
| Endpoint | OSS | Free Plan _(Cloud)_ | PAYG Plan _(Cloud)_ |
|
||||
| Endpoint | OSS | Free Plan _(Cloud)_ | Usage-based Plan _(Cloud)_ |
|
||||
|:-------- |:--------: |:-------------------: |:----------------------------:|
|
||||
| **Slack** | **{{< icon "check" >}}** | **{{< icon "check" >}}** | **{{< icon "check" >}}** |
|
||||
| **PagerDuty** | **{{< icon "check" >}}** | | **{{< icon "check" >}}** |
|
||||
|
@ -40,6 +40,6 @@ To send notifications about changes in your data, start by creating a notificati
|
|||
|
||||
- For PagerDuty:
|
||||
- [Create a new service](https://support.pagerduty.com/docs/services-and-integrations#section-create-a-new-service), [add an integration for your service](https://support.pagerduty.com/docs/services-and-integrations#section-add-integrations-to-an-existing-service), and then enter the PagerDuty integration key for your new service in the **Routing Key** field.
|
||||
- The **Client URL** provides a useful link in your PagerDuty notification. Enter any URL that you'd like to use to investigate issues. This URL is sent as the `client_url` property in the PagerDuty trigger event. By default, the **Client URL** is set to your Monitoring & Alerting History page, and the following included in the PagerDuty trigger event: `"client_url": "https://twodotoh.a.influxcloud.net/orgs/<your-org-ID>/alert-history”`
|
||||
- The **Client URL** provides a useful link in your PagerDuty notification. Enter any URL that you'd like to use to investigate issues. This URL is sent as the `client_url` property in the PagerDuty trigger event. By default, the **Client URL** is set to your Monitoring & Alerting History page, and the following included in the PagerDuty trigger event: `"client_url": "https://us-west-2-1.aws.cloud2.influxdata.net/orgs/<your-org-ID>/alert-history”`
|
||||
|
||||
6. Click **Create Notification Endpoint**.
|
||||
|
|
|
@ -15,8 +15,8 @@ aliases:
|
|||
## Features
|
||||
- **InfluxDB 2.0 alpha-17** –
|
||||
_See the [alpha-17 release notes](/v2.0/reference/release-notes/influxdb/#v2-0-0-alpha-17-2019-08-14) for details._
|
||||
- Alerts and Notifications to Slack (Free Tier), PagerDuty and HTTP (Pay As You Go).
|
||||
- Rate limiting on cardinality for Free Tier.
|
||||
- Alerts and Notifications to Slack (Free Plan), PagerDuty and HTTP (Usage-based Plan).
|
||||
- Rate limiting on cardinality for Free Plan.
|
||||
- Billing notifications.
|
||||
- Pricing calculator.
|
||||
- Improved Signup flow.
|
||||
|
@ -27,7 +27,7 @@ aliases:
|
|||
|
||||
- **InfluxDB 2.0 alpha-15** –
|
||||
_See the [alpha-9 release notes](/v2.0/reference/release-notes/influxdb/#v2-0-0-alpha-15-2019-07-11) for details._
|
||||
- Pay As You Go Pricing Plan.
|
||||
- Usage-based Plan.
|
||||
- Adjusted Free Plan rate limits.
|
||||
- Timezone selection in the user interface.
|
||||
|
||||
|
@ -37,14 +37,14 @@ aliases:
|
|||
|
||||
### Features
|
||||
|
||||
- Add rate limiting for Free tier users.
|
||||
- Add rate limiting for Free Plan users.
|
||||
- Add client libraries for Go and JS.
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- Users cannot delete themselves from their Cloud 2.0 account.
|
||||
- The bucket retention period for Free tier users is set to 72 hours.
|
||||
- Free tier users cannot change a bucket's retention period.
|
||||
- The bucket retention period for Free Plan users is set to 72 hours.
|
||||
- Free Plan users cannot change a bucket's retention period.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<ul>
|
||||
<li>Reach out in the <a href="https://community.influxdata.com/">InfluxData Community</a>.</li>
|
||||
</ul>
|
||||
<h5>Pay As You Go Plan</h5>
|
||||
<h5>Usage-based Plan</h5>
|
||||
<ul>
|
||||
<li>Reach out in the <a href="https://community.influxdata.com/">InfluxData Community</a>.</li>
|
||||
<li>Contact <a href="mailto:support@influxdata.com" target="_blank">InfluxData Support</a>.</li>
|
||||
|
|
Loading…
Reference in New Issue