Add missing pricing vectors
parent
3232dbcabf
commit
a5cd9e0e86
|
@ -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:
|
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.
|
- **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
|
### Usage-Based Plan rate limits
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue