From 6c597d4bade053ed238a7ae4d07e370809809592 Mon Sep 17 00:00:00 2001 From: kelseiv <47797004+kelseiv@users.noreply.github.com> Date: Fri, 14 Oct 2022 09:02:14 -0700 Subject: [PATCH] hotfix-notes (#4544) --- content/influxdb/cloud/account-management/data-usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/influxdb/cloud/account-management/data-usage.md b/content/influxdb/cloud/account-management/data-usage.md index 315183d0a..e9d3e6764 100644 --- a/content/influxdb/cloud/account-management/data-usage.md +++ b/content/influxdb/cloud/account-management/data-usage.md @@ -24,8 +24,8 @@ To view your {{< cloud-name >}} data usage, do the following: 2. Select **Usage**. 3. Select a time range to review data usage (by default, `Past 24h`), and then select one of the following: - - **Data In:** Total data in MB written to your {{< cloud-name "short" >}} instance. - - **Query Count:** Total number of individual query operations, which include queries, tasks (alerts, notifications) and Data Explorer activity. + - **Data In:** Total data in MB written to your {{< cloud-name "short" >}} instance. Data in and write requests do not count towards your query count. + - **Query Count:** Total number of individual query operations, which include queries, tasks (alerts, notifications) and Data Explorer activity. Note, a script that includes multiple requests (for example, has multiple `from()...` lines) counts as one query. - **Storage:** Total disk usage in gigabytes. - **Data Out:** Total data in MB sent as responses to queries from your {{< cloud-name "short" >}} instance.