add pricing calc topic; add link in pricing plans
parent
dcb2ba9c24
commit
2f2d80de44
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
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.
|
||||
aliases:
|
||||
- /v2.0/cloud/rate-limits/
|
||||
weight: 2
|
||||
menu:
|
||||
v2_0_cloud:
|
||||
name: Pricing calculator
|
||||
---
|
||||
|
||||
Use the {{< cloud-name >}} pricing calculator to estimate costs by adjusting your number of devices,
|
||||
plugins, users, dashboards, writes, and retention. Default configurations include:
|
||||
|
||||
| Configuration | Hobby | Standard | Professional | Enterprise |
|
||||
|:-----------------------------------|-------:|---------:|-------------:|-----------:|
|
||||
| **Devices** | 8 | 200 | 500 | 1000 |
|
||||
| **Plugins per device** | 1 | 4 | 4 | 5 |
|
||||
| **Users** | 1 | 2 | 10 | 20 |
|
||||
| **Concurrent dashboards per user** | 2 | 2 | 2 | 2 |
|
||||
| **Writes per minute** | 6 | 4 | 3 | 3 |
|
||||
| **Average retention in days** | 7 | 30 | 30 | 30 |
|
||||
|
||||
**To estimate costs**
|
||||
|
||||
1. Click the **Pricing Calculator** icon in the left navigation bar.
|
||||
2. Choose your region.
|
||||
2. Select your configuration:
|
||||
- **Hobby**. For a single user monitoring a few machines or sensors.
|
||||
- **Standard**. For a single team (what is real-time visibility? monitoring a {how many is a single set?} of use-cases.)
|
||||
- **Professional**. For teams monitoring multiple disparate systems or use cases.
|
||||
- **Enterprise**. For teams monitoring multiple domains and use cases accessing a variety of dashboards.
|
||||
3. Adjust the default configuration values to match your number of devices, plugins, metrics, and so on. The **Projected Usage** costs are automatically updated as you adjust your configuration.
|
||||
4. Click **Get started with InfluxDB Cloud** [to get started](https://v2.docs.influxdata.com/v2.0/cloud/get-started/).
|
|
@ -16,6 +16,8 @@ InfluxDB Cloud 2.0 offers two pricing plans:
|
|||
- [Free Plan](#free-plan)
|
||||
- [Pay As You Go Plan](#pay-as-you-go-plan)
|
||||
|
||||
To estimate your projected usage costs, use the [InfluxDB Cloud 2.0 pricing calculator](/v2.0/cloud/pricing-calculator/).
|
||||
|
||||
## 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:
|
||||
|
|
Loading…
Reference in New Issue