Address PR feedback
parent
e3be2a0b70
commit
eb259ed548
|
@ -20,7 +20,7 @@ Find data usage information for the time frame specified in the drop-down at the
|
|||
|
||||
- **Data In:** Total data in MB written to your {{< cloud-name "short" >}} instance.
|
||||
- **Data Out:** Total data in MB sent as responses to queries from your {{< cloud-name "short" >}} instance.
|
||||
- **Query Count:** Total number of events.
|
||||
- **Query Count:** Total number of individual query operations, which include queries, tasks (alerts, notifications) and Data Explorer activity.
|
||||
- **Storage Usage:** Total disk usage in gigabytes.
|
||||
- **API Request Count:** The total number of query and write API requests received during the specified time frame.
|
||||
- **Usage over the specified time period:** A line graph that visualizes usage over the specified time period.
|
||||
|
|
|
@ -56,7 +56,7 @@ 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, alert checks, notifications, and Data Explorer activity — is one billable query operation. Refreshing a dashboard with multiple cells counts as multiple query operations. Failed query or task executions do not add to your query count.
|
||||
queries, tasks, alert checks, notifications, and Data Explorer activity — is one billable query operation. Refreshing a dashboard with multiple cells counts as one query operation per cell. A query run through an API request counts as an operation. Failed query or task executions do not add to your query count.
|
||||
|
||||
|
||||
### Usage-Based Plan rate limits
|
||||
|
|
Loading…
Reference in New Issue