Create new limits page (#3355)
* WIP * WIP 2 * WIP 3 * work with Gunnar +editorial pass * updates to pricing * more WIP updates * update plan links * edit from Gunnar * add table for error limits * edit * clarifications between global and plan limits * add edit from Rob Kramer * edits from Ryan * edit from Tim * Update content/influxdb/cloud/account-management/billing.md * Update data-usage.md * update menu * add query and task processing global limits * add note about interval and rmv API responses * update intr * More updates to the limits page * edits with Gunnar * Update content/influxdb/cloud/account-management/limits.md * Update content/influxdb/cloud/account-management/limits.md * Update content/influxdb/cloud/account-management/limits.md * Update content/influxdb/cloud/account-management/limits.md * Update content/influxdb/cloud/account-management/limits.md Co-authored-by: Greg <2653109+glinton@users.noreply.github.com> * edits from Tim * Update content/influxdb/cloud/account-management/limits.md * Update content/influxdb/cloud/account-management/limits.md * Removes old frontmatter, crosslinks usage docs, fixes typo (#3738) * removed old frontmatter, crosslinked usage docs, fixed typo * Apply suggestions from code review * delete old comment * edits from Scott * edit * reorder column content and update old links Co-authored-by: Gunnar Aasen <gunnar+github@gunnar.me> Co-authored-by: Greg <2653109+glinton@users.noreply.github.com> Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>pull/3723/head^2
parent
b5611f0282
commit
0e85a8f236
|
@ -32,7 +32,7 @@ Before you begin, make sure you have access to the following:
|
|||
- An InfluxDB Cloud account. ([Sign up for free here](https://cloud2.influxdata.com/signup)).
|
||||
- Command line access to a machine [running InfluxDB Enterprise 1.x](/enterprise_influxdb/v1.9/introduction/install-and-deploy/) and permissions to install Telegraf on this machine.
|
||||
- Internet connectivity from the machine running InfluxDB Enterprise 1.x and Telegraf to InfluxDB Cloud.
|
||||
- Sufficient resource availability to install the template. (InfluxDB Cloud Free Plan accounts include [resource limits](/influxdb/cloud/account-management/pricing-plans/#resource-limits/influxdb/cloud/account-management/pricing-plans/#resource-limits).)
|
||||
- Sufficient resource availability to install the template. (InfluxDB Cloud Free Plan accounts include a finite number of [available resources](/influxdb/cloud/account-management/limits/#free-plan-limits).)
|
||||
|
||||
## Install the InfluxDB Enterprise Monitoring template
|
||||
|
||||
|
|
|
@ -11,6 +11,9 @@ aliases:
|
|||
- /influxdb/cloud/reference/flux/stdlib/experimental/usage/from/
|
||||
weight: 401
|
||||
flux/v0.x/tags: [inputs]
|
||||
related:
|
||||
- /influxdb/cloud/account-management/data-usage/
|
||||
- /influxdb/cloud/account-management/limits/
|
||||
---
|
||||
|
||||
`usage.from()` returns usage data from an **InfluxDB Cloud** organization.
|
||||
|
|
|
@ -13,6 +13,8 @@ aliases:
|
|||
weight: 401
|
||||
related:
|
||||
- /flux/v0.x/stdlib/influxdata/influxdb/cardinality/
|
||||
- /influxdb/cloud/account-management/data-usage/
|
||||
- /influxdb/cloud/account-management/limits/
|
||||
---
|
||||
|
||||
The `usage.limits()` function returns a record containing usage limits for an
|
||||
|
|
|
@ -4,14 +4,12 @@ description: >
|
|||
View and manage information related to your InfluxDB Cloud account such as
|
||||
pricing plans, data usage, account cancelation, etc.
|
||||
weight: 10
|
||||
products: [cloud]
|
||||
aliases:
|
||||
- /influxdb/v2.0/cloud/account-management/
|
||||
- /influxdb/v2.0/account-management
|
||||
menu:
|
||||
influxdb_cloud:
|
||||
name: Account management
|
||||
products: [cloud]
|
||||
---
|
||||
|
||||
{{< children >}}
|
||||
|
|
|
@ -13,7 +13,6 @@ menu:
|
|||
influxdb_cloud:
|
||||
parent: Account management
|
||||
name: Manage billing
|
||||
products: [cloud]
|
||||
---
|
||||
|
||||
Learn how to upgrade your plan, access billing details, and review and resolve plan limit overages:
|
||||
|
@ -98,9 +97,9 @@ On the **Billing page**, view the total limits available for the Free Plan.
|
|||
|
||||
## Review and resolve plan limit overages
|
||||
|
||||
If you exceed your plan's [limits](/influxdb/cloud/account-management/pricing-plans), you'll receive a notification in the {{< cloud-name "short" >}} user interface (UI) **Usage** page.
|
||||
If you exceed your plan's [adjustable quotas or limits](/influxdb/cloud/account-management/limits/), you'll receive a notification in the {{< cloud-name "short" >}} user interface (UI) **Usage** page.
|
||||
|
||||
If exceed the series cardinality limit, InfluxDB adds a rate limit event to your **Usage** page for review, and begins to reject write requests. To start processing write requests again, do the following as needed:
|
||||
If you exceed the series cardinality limit, InfluxDB adds a rate limit event warning on the **Usage** page, and begins to reject write requests with new series. To start processing write requests again, do the following as needed:
|
||||
|
||||
- **Usage-Based plan**: To request higher rate limits, contact [InfluxData Support](mailto:support@influxdata.com).
|
||||
- **Series cardinality limits**: If you exceed the series cardinality limit, see how to [resolve high series cardinality](https://docs.influxdata.com/influxdb/v2.0/write-data/best-practices/resolve-high-cardinality/).
|
||||
|
|
|
@ -11,10 +11,12 @@ menu:
|
|||
influxdb_cloud:
|
||||
parent: Account management
|
||||
name: View data usage
|
||||
products: [cloud]
|
||||
related:
|
||||
- /flux/v0.x/stdlib/experimental/usage/from/
|
||||
- /flux/v0.x/stdlib/experimental/usage/limits/
|
||||
---
|
||||
|
||||
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/).
|
||||
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](/influxdb/cloud/account-management/pricing-plans/#pricing-vectors)) and other usage data (for example, delete limits), does not affect pricing. For more information, see the [InfluxDB Cloud limits and adjustable quotas](/influxdb/cloud/account-management/limits/).
|
||||
|
||||
To view your {{< cloud-name >}} data usage, do the following:
|
||||
|
||||
|
@ -28,34 +30,3 @@ To view your {{< cloud-name >}} data usage, do the following:
|
|||
- **Data Out:** Total data in MB sent as responses to queries from your {{< cloud-name "short" >}} instance.
|
||||
|
||||
A line graph displays usage for the selected vector for the specified time period.
|
||||
|
||||
## Exceeded 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:
|
||||
|
||||
- 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)._
|
||||
|
||||
- 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
|
||||
|
||||
The InfluxDB API returns the following responses:
|
||||
|
||||
- When a **read or write or delete request exceeds** limits:
|
||||
|
||||
```
|
||||
HTTP 429 “Too Many Requests”
|
||||
Retry-After: xxx (seconds to wait before retrying the request)
|
||||
```
|
||||
|
||||
- When **series cardinality exceeds** your plan's limit:
|
||||
|
||||
```
|
||||
HTTP 503 “Series cardinality exceeds your plan's limit”
|
||||
```
|
||||
|
|
|
@ -0,0 +1,104 @@
|
|||
---
|
||||
title: InfluxDB Cloud limits and adjustable quotas
|
||||
description: >
|
||||
InfluxDB Cloud has adjustable service quotas and global (non-adjustable) system limits.
|
||||
weight: 110
|
||||
menu:
|
||||
influxdb_cloud:
|
||||
parent: Account management
|
||||
name: Adjustable quotas and limits
|
||||
related:
|
||||
- /flux/v0.x/stdlib/experimental/usage/from/
|
||||
- /flux/v0.x/stdlib/experimental/usage/limits/
|
||||
---
|
||||
|
||||
InfluxDB Cloud applies (non-adjustable) global system limits and adjustable service quotas on a per organization basis. Currently, InfluxDB Cloud supports one organization per account.
|
||||
|
||||
{{% warn %}}
|
||||
All __rates__ (data-in (writes), queries (reads), and deletes) are accrued within a fixed five-minute window. Once a rate is exceeded, an error response is returned until the current five-minute window resets.
|
||||
{{% /warn %}}
|
||||
|
||||
Review adjustable service quotas and global limits to plan for your bandwidth needs:
|
||||
|
||||
- [Adjustable service quotas](#adjustable-service-quotas)
|
||||
- [Global limits](#global-limits)
|
||||
- [UI error messages](#ui-error-messages)
|
||||
- [API error responses](#api-error-responses)
|
||||
|
||||
## Adjustable service quotas
|
||||
|
||||
To reduce the chance of unexpected charges and protect the service for all users, InfluxDB Cloud has adjustable service quotas applied per account.
|
||||
|
||||
_To request higher service quotas, reach out to [InfluxData Support](https://support.influxdata.com/)._
|
||||
|
||||
### Free Plan
|
||||
|
||||
- **Data-in**: Rate of 5 MB per 5 minutes (average of 17 kb/s)
|
||||
- Uncompressed bytes of normalized [line protocol](/influxdb/cloud/reference/syntax/line-protocol/)
|
||||
- **Read**: Rate of 300 MB per 5 minutes (average of 1000 kb/s)
|
||||
- Bytes in HTTP in response payload
|
||||
- **Cardinality**: 10k series (see [cardinality](/influxdb/cloud/reference/glossary/#series-cardinality))
|
||||
- **Available resources**:
|
||||
- 2 buckets (excluding `_monitoring` and `_tasks` buckets)
|
||||
- 5 dashboards
|
||||
- 5 tasks
|
||||
- **Alerts**:
|
||||
- 2 checks
|
||||
- 2 notification rules
|
||||
- Unlimited Slack notification endpoints
|
||||
- **Storage**: 30 days of data retention (see [retention period](/influxdb/cloud/reference/glossary/#retention-period))
|
||||
|
||||
{{% note %}}
|
||||
To write historical data older than 30 days, retain data for more than 30 days, or increase rate limits, upgrade to the Cloud [Usage-Based Plan](/influxdb/cloud/account-management/pricing-plans/#usage-based-plan).
|
||||
{{% /note %}}
|
||||
|
||||
### Usage-Based Plan
|
||||
|
||||
- **Data-in**: Rate of 3 GB per 5 minutes
|
||||
- Uncompressed bytes of normalized [line protocol](/influxdb/cloud/reference/syntax/line-protocol/)
|
||||
- **Read**: Rate of 3 GB data per 5 minutes
|
||||
- Bytes in HTTP in response payload
|
||||
- **Cardinality**: 1M series (see [cardinality](/influxdb/cloud/reference/glossary/#series-cardinality))
|
||||
- **Unlimited resources**
|
||||
- dashboards
|
||||
- tasks
|
||||
- buckets
|
||||
- users
|
||||
- **Alerts**
|
||||
- Unlimited checks
|
||||
- Unlimited notification rules
|
||||
- Unlimited notification endpoints for [all endpoints](/flux/v0.x/tags/notification-endpoints/)
|
||||
- **Storage**: 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/).
|
||||
|
||||
## Global limits
|
||||
|
||||
InfluxDB Cloud applies global (non-adjustable) system limits to all accounts, which protects the InfluxDB Cloud infrastructure for all users. As the service continues to evolve, we'll continue to review these global limits and adjust them as appropriate.
|
||||
|
||||
Limits include:
|
||||
|
||||
- Write request limits:
|
||||
- 5 MB maximum HTTP request batch size (compressed or uncompressed--defined in the `Content-Encoding` header)
|
||||
- 250 MB maximum HTTP request batch size after decompression
|
||||
- Query processing time: 90 seconds
|
||||
- Task processing time: 150 seconds
|
||||
- Delete request limit: Rate of 300 every 5 minutes
|
||||
{{% note %}}
|
||||
**Tip:**
|
||||
Combine predicate expressions (if possible) into a single request. InfluxDB limits delete requests by number of requests (not points in request).
|
||||
{{% /note %}}
|
||||
|
||||
## UI error messages
|
||||
|
||||
The {{< cloud-name >}} UI displays a notification message when service quotas or limits are exceeded. The error messages correspond with the relevant [API error responses](#api-error-responses).
|
||||
|
||||
Errors can also be viewed in the [Usage page](/influxdb/cloud/account-management/data-usage/) under **Limit Events**, e.g. `event_type_limited_query`, `event_type_limited_write`,`event_type_limited_cardinality`, or `event_type_limited_delete_rate`.
|
||||
|
||||
## API error responses
|
||||
|
||||
The following API error responses occur when your plan's service quotas are exceeded.
|
||||
|
||||
| HTTP response code | Error message | Description |
|
||||
| :----------------------------- | :----------------------------------------- | :----------- |
|
||||
| `HTTP 413 “Request Too Large”` | cannot read data: points in batch is too large | If a **write** request exceeds the maximum [global limit](/influxdb/cloud/account-management/limits/#global-limits)|
|
||||
| `HTTP 429 “Too Many Requests”` | Retry-After: xxx (seconds to wait before retrying the request) | If a **read** or **write** request exceeds your plan's [adjustable service quotas](/influxdb/cloud/account-management/limits/#adjustable-service-quotas) or if a **delete** request exceeds the maximum [global limit](/influxdb/cloud/account-management/limits/#global-limits)|
|
||||
| `HTTP 503 “Service unavailable“` |Series cardinality exceeds your plan's service quota| If **series cardinality** exceeds your plan's [adjustable service quotas](/influxdb/cloud/account-management/limits/#adjustable-service-quotas) |
|
|
@ -11,7 +11,6 @@ menu:
|
|||
influxdb_cloud:
|
||||
parent: Account management
|
||||
name: Cancel InfluxDB Cloud
|
||||
products: [cloud]
|
||||
---
|
||||
|
||||
To cancel your {{< cloud-name >}} subscription, complete the following steps:
|
||||
|
|
|
@ -7,7 +7,6 @@ weight: 2
|
|||
menu:
|
||||
influxdb_cloud:
|
||||
name: Pricing calculator
|
||||
products: [cloud]
|
||||
draft: true
|
||||
---
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: InfluxDB Cloud pricing plans
|
||||
title: InfluxDB Cloud plans
|
||||
description: >
|
||||
InfluxDB Cloud provides two pricing plans to fit your needs – the Free Plan and the Usage-based Plan.
|
||||
aliases:
|
||||
|
@ -11,62 +11,21 @@ menu:
|
|||
influxdb_cloud:
|
||||
parent: Account management
|
||||
name: Pricing plans
|
||||
products: [cloud]
|
||||
---
|
||||
|
||||
InfluxDB Cloud offers two plans, which provide different data and resource usage limits:
|
||||
|
||||
- [Free Plan](#free-plan)
|
||||
- [Usage-Based Plan](#usage-based-plan)
|
||||
InfluxDB Cloud offers a [Free Plan](#free-plan), a [Usage-Based Plan](#usage-based-plan) to pay as you go, and a discounted [Annual Plan](#annual-plan).
|
||||
|
||||
<!--To estimate your projected usage costs, use the [InfluxDB Cloud pricing calculator](/influxdb/cloud/account-management/pricing-calculator/). -->
|
||||
|
||||
## Free Plan
|
||||
|
||||
All new {{< cloud-name >}} accounts start with Free Plan that limits data and resource usage.
|
||||
Use this plan as much and as long as you want within the Free Plan limits below.
|
||||
|
||||
### Data limits
|
||||
|
||||
- **Data In:** 5.1MB every 5 minutes
|
||||
- **Query:** 300MB every 5 minutes
|
||||
- **Series cardinality:** 10,000
|
||||
- **Storage:** 30-day data retention
|
||||
{{% note %}}
|
||||
To write historical data older than 30 days or retain data for more than 30 days, upgrade to the Cloud [Usage-Based plan](/influxdb/cloud/account-management/pricing-plans/#usage-based-plan).
|
||||
{{% /note %}}
|
||||
|
||||
### Resource limits
|
||||
|
||||
- 5 dashboards
|
||||
- 5 tasks
|
||||
- 2 buckets
|
||||
- 2 checks
|
||||
- 2 notification rules
|
||||
- Unlimited Slack notification endpoints
|
||||
|
||||
_To raise rate limits, [upgrade to a Usage-based Plan](/influxdb/cloud/account-management/billing/#upgrade-to-usage-based-plan)._
|
||||
All new {{< cloud-name >}} accounts start with Free Plan that provides a limited number of resources and data usage. See [plan limits](/influxdb/cloud/account-management/limits/).
|
||||
|
||||
## Usage-Based Plan
|
||||
|
||||
The Usage-based Plan offers more flexibility and ensures you only pay for what you [use](/influxdb/cloud/account-management/data-usage/).
|
||||
The Usage-Based Plan offers more flexibility and ensures you only pay for what you [use](/influxdb/cloud/account-management/data-usage/). Usage-Based Plans are based on consumption as measured by usage on the [pricing vectors](#pricing-vectors).
|
||||
|
||||
### 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 %}}
|
||||
Usage-Based Plans also offer access to all notification endpoints such as PagerDuty, Slack, HTTP, and [endpoints available in Flux](/flux/v0.x/tags/notification-endpoints/).
|
||||
|
||||
### Pricing vectors
|
||||
|
||||
|
@ -82,12 +41,11 @@ The Usage-Based Plan uses the following pricing vectors to calculate InfluxDB Cl
|
|||
|
||||
Discover how to [manage InfluxDB Cloud billing](/influxdb/cloud/account-management/billing/).
|
||||
|
||||
### Unlimited resources
|
||||
## Annual Plan
|
||||
<!-- Maybe this should be "annual commitment"? -->
|
||||
|
||||
- Dashboards
|
||||
- Tasks
|
||||
- Buckets
|
||||
- Users
|
||||
- Checks
|
||||
- Notification rules
|
||||
- PagerDuty, Slack, and HTTP notification endpoints
|
||||
An Annual Plan offers a discount for a commitment to a specific amount of usage over set period of time. This plan uses the same pricing vectors and calculation methodology as Usage-Based Plans.
|
||||
|
||||
__Interested in an Annual Plan? Reach out to [InfluxData Sales](https://www.influxdata.com/contact-sales/).__
|
||||
|
||||
<!-- ## Pricing FAQs -->
|
||||
|
|
|
@ -12,7 +12,6 @@ weight: 101
|
|||
aliases:
|
||||
- /influxdb/cloud/influxdb-templates/get_started_cloud/
|
||||
influxdb/cloud/tags: [templates]
|
||||
products: [cloud]
|
||||
---
|
||||
|
||||
To use templates in InfluxDB Cloud, you have a couple options:
|
||||
|
|
|
@ -31,7 +31,7 @@ Before you begin, make sure you have access to the following:
|
|||
- InfluxDB Cloud account ([sign up for free here](https://cloud2.influxdata.com/signup))
|
||||
- Command line access to a machine [running InfluxDB Enterprise 1.x](/enterprise_influxdb/v1.9/introduction/install-and-deploy/) and permissions to install Telegraf on this machine
|
||||
- Internet connectivity from the machine running InfluxDB Enterprise 1.x and Telegraf to InfluxDB Cloud
|
||||
- Sufficient resource availability to install the template. InfluxDB Cloud Free Plan accounts include [resource limits](/influxdb/cloud/account-management/pricing-plans/#resource-limits/influxdb/cloud/account-management/pricing-plans/#resource-limits)
|
||||
- Sufficient resource availability to install the template. InfluxDB Cloud Free Plan accounts include [resource limits](/influxdb/cloud/account-management/limits/#free-plan-limits)
|
||||
|
||||
## Install the InfluxDB Enterprise Monitoring template
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ types of demo data that let you explore and familiarize yourself with InfluxDB C
|
|||
{{% note %}}
|
||||
#### Free to use and read-only
|
||||
- InfluxDB Cloud demo data buckets are **free to use** and are **_not_ subject to
|
||||
[Free Plan](/influxdb/cloud/account-management/pricing-plans/#free-plan) rate limits**.
|
||||
[Free Plan rate limits](influxdb/cloud/account-management/limits/#free-plan-rate-limits) rate limits**.
|
||||
- Demo data buckets are **read-only**. You cannot write data into demo data buckets.
|
||||
{{% /note %}}
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@ menu:
|
|||
parent: InfluxDB v2 API
|
||||
weight: 104
|
||||
influxdb/cloud/tags: [influxql, query, write]
|
||||
products: [cloud]
|
||||
related:
|
||||
- /influxdb/cloud/query-data/influxql
|
||||
---
|
||||
|
|
|
@ -9,7 +9,6 @@ menu:
|
|||
parent: 1.x compatibility
|
||||
weight: 301
|
||||
influxdb/cloud/tags: [influxql, query]
|
||||
products: [cloud]
|
||||
list_code_example: |
|
||||
<pre>
|
||||
<span class="api get">GET</span> https://cloud2.influxdata.com/query
|
||||
|
|
|
@ -10,7 +10,6 @@ menu:
|
|||
parent: 1.x compatibility
|
||||
weight: 301
|
||||
influxdb/cloud/tags: [write]
|
||||
products: [cloud]
|
||||
list_code_example: |
|
||||
<pre>
|
||||
<span class="api post">POST</span> https://cloud2.influxdata.com/write
|
||||
|
|
|
@ -30,7 +30,7 @@ The primary differences between InfluxDB OSS 2.0 and InfluxDB Cloud are:
|
|||
|
||||
Start using {{< cloud-name >}} at no cost with the [Free Plan](/influxdb/cloud/account-management/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.
|
||||
[Limits](#/influxdb/cloud/account-management/limits/) are designed to let you monitor 5-10 sensors, stacks or servers comfortably.
|
||||
|
||||
{{% note %}}
|
||||
Users on the Free Plan are limited to one organization.
|
||||
|
|
|
@ -238,8 +238,8 @@ See [Required InfluxDB Cloud credentials](#required-influxdb-cloud-credentials)
|
|||
|
||||
{{% note %}}
|
||||
#### InfluxDB Cloud write rate limits
|
||||
Write requests are subject to rate limits associated with your
|
||||
[InfluxDB Cloud pricing plan](/influxdb/cloud/account-management/pricing-plans/).
|
||||
Read and write requests are subject to [rate limits](/influxdb/cloud/account-management/limits/#rate-limits) associated with your
|
||||
InfluxDB Cloud plan.
|
||||
If your exported line protocol size potentially exceeds your rate limits,
|
||||
include the `--rate-limit` flag with `influx write` to rate limit written data.
|
||||
|
||||
|
|
|
@ -112,8 +112,7 @@ your **InfluxDB Cloud** instance.
|
|||
|
||||
{{% note %}}
|
||||
#### InfluxDB Cloud Free Plan resource limits
|
||||
If upgrading to an [InfluxDB Cloud Free Plan](/influxdb/cloud/account-management/pricing-plans/#free-plan),
|
||||
you are only able to create a limited number of resources.
|
||||
If upgrading to an InfluxDB Cloud Free Plan, you are only able to create a [limited number of resources](/influxdb/cloud/account-management/limits/#free-plan-limits).
|
||||
If your exported template exceeds these limits, the resource migration will fail.
|
||||
{{% /note %}}
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@ menu:
|
|||
influxdb_cloud:
|
||||
name: Bulk ingest
|
||||
parent: Write data
|
||||
products: [cloud]
|
||||
alias:
|
||||
- /influxdb/v2.0/write-data/bulk-ingest-cloud
|
||||
---
|
||||
|
|
|
@ -33,7 +33,7 @@ Before you begin, make sure you have access to the following:
|
|||
- InfluxDB Cloud account ([sign up for free here](https://cloud2.influxdata.com/signup))
|
||||
- Command line access to a machine [running InfluxDB OSS 2.x](/influxdb/v2.0/install/) and permissions to install Telegraf on this machine
|
||||
- Internet connectivity from the machine running InfluxDB OSS 2.x and Telegraf to InfluxDB Cloud
|
||||
- Sufficient resource availability to install the template. InfluxDB Cloud Free Plan accounts include [resource limits](/influxdb/cloud/account-management/pricing-plans/#resource-limits/influxdb/cloud/account-management/pricing-plans/#resource-limits)
|
||||
- Sufficient resource availability to install the template. InfluxDB Cloud Free Plan accounts include [resource limits](/influxdb/cloud/account-management/limits/#free-plan-limits)
|
||||
|
||||
## Install the InfluxDB OSS Monitoring template
|
||||
|
||||
|
|
|
@ -574,8 +574,8 @@ If you have a 32-bit Raspberry Pi, [use Telegraf](/{{< latest "telegraf" >}}/)
|
|||
to collect and send data to:
|
||||
|
||||
- [InfluxDB OSS](/influxdb/v2.0/), running on a 64-bit system
|
||||
- InfluxDB Cloud with a [**Free Tier**](/influxdb/cloud/account-management/pricing-plans/#free-plan) account
|
||||
- InfluxDB Cloud with a paid [**Usage-Based**](/influxdb/cloud/account-management/pricing-plans/#usage-based-plan) account with relaxed resource restrictions.
|
||||
- InfluxDB Cloud [Free Plan](/influxdb/cloud/account-management/pricing-plans/#free-plan)
|
||||
- InfluxDB Cloud [Usage-Based Plan](/influxdb/cloud/account-management/pricing-plans/#usage-based-plan)
|
||||
|
||||
{{% /tab-content %}}
|
||||
<!--------------------------------- END Rasberry Pi --------------------------->
|
||||
|
|
|
@ -27,8 +27,8 @@ 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.
|
||||
Monitoring a single InfluxDB OSS instance or even a modest InfluxDB Enterprise
|
||||
cluster should easily fit within the free plan limits.
|
||||
If you exceed the plan limits because of high resolution data or longer data retention,
|
||||
upgrade to the [pay-as-you-go plan](/influxdb/cloud/account-management/pricing-plans/#usage-based-plan).
|
||||
If you exceed the plan [limits](/influxdb/cloud/account-management/limits/) because of high resolution data or longer data retention,
|
||||
upgrade to the [Usage-Based Plan](/influxdb/cloud/account-management/pricing-plans/#usage-based-plan).
|
||||
|
||||
Start monitoring your InfluxDB instance by signing up for an [InfluxDB Cloud account](https://cloud2.influxdata.com/signup).
|
||||
|
||||
|
|
Loading…
Reference in New Issue