From a5cd9e0e866d8832b6d67c18acc8e6e47962ebbb Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Tue, 13 Oct 2020 10:47:55 -0700 Subject: [PATCH 1/2] Add missing pricing vectors --- content/influxdb/v2.0/account-management/pricing-plans.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/influxdb/v2.0/account-management/pricing-plans.md b/content/influxdb/v2.0/account-management/pricing-plans.md index b8a9f3b02..008f51d93 100644 --- a/content/influxdb/v2.0/account-management/pricing-plans.md +++ b/content/influxdb/v2.0/account-management/pricing-plans.md @@ -56,7 +56,9 @@ The Usage-based Plan offers more flexibility and ensures you only pay for what y The following two vectors determine pricing: - **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. Each individual operation — including +- **Query count** is the total number of individual query operations. Each individual operation—including queries, tasks, alerts, notifications, and Data Explorer activity—is one billable query operation. Refreshing a dashboard with multiple cells will incur multiple query operations. Failed operations aren’t counted. +- **Data In** is the amount of data you’re writing into InfluxDB (measured in MB). +- **Storage** is the amount of data you’re storing in InfluxDB (measured in GB). ### Usage-Based Plan rate limits From d8d690337fe1e2a260b2acc9aa3f2010d4eccd2a Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Tue, 13 Oct 2020 11:10:07 -0700 Subject: [PATCH 2/2] Address PR feedback --- content/influxdb/v2.0/account-management/pricing-plans.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/influxdb/v2.0/account-management/pricing-plans.md b/content/influxdb/v2.0/account-management/pricing-plans.md index 008f51d93..bf05dfd1d 100644 --- a/content/influxdb/v2.0/account-management/pricing-plans.md +++ b/content/influxdb/v2.0/account-management/pricing-plans.md @@ -56,9 +56,9 @@ The Usage-based Plan offers more flexibility and ensures you only pay for what y The following two vectors determine pricing: - **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. Each individual operation—including queries, tasks, alerts, notifications, and Data Explorer activity—is one billable query operation. Refreshing a dashboard with multiple cells will incur multiple query operations. Failed operations aren’t counted. +- **Query count** is the total number of individual query operations. Each individual operation — including queries, tasks, alerts, notifications, and Data Explorer activity — is one billable query operation. Refreshing a dashboard with multiple cells will incur multiple query operations. Failed operations aren’t counted. - **Data In** is the amount of data you’re writing into InfluxDB (measured in MB). -- **Storage** is the amount of data you’re storing in InfluxDB (measured in GB). +- **Storage** is the amount of data you’re storing in InfluxDB (measured in GB/hour). ### Usage-Based Plan rate limits