From af1ac6d243afefaa63e9f1af261f8302d1f90396 Mon Sep 17 00:00:00 2001 From: Rob Siebens Date: Wed, 18 Oct 2023 16:50:34 -0700 Subject: [PATCH 1/8] fix(accounts): Add caveats about consumption --- .../new-relic-one-pricing-billing.mdx | 7 +++---- .../usage-queries-alerts.mdx | 11 ++++++++++- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing.mdx b/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing.mdx index 818d4375368..db3aa3ba025 100644 --- a/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing.mdx +++ b/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing.mdx @@ -32,16 +32,15 @@ If you're not yet a New Relic customer and want an overview of our pricing, firs ## The billing and usage UI [#usage-ui] -If you're a New Relic customer, the best way to understand your billing is to go to the [usage UI page](https://one.newrelic.com/admin-portal/consumption-usage/home). To find that, go to **[one.newrelic.com](https://one.newrelic.com)**, click the [user menu](/docs/accounts/accounts-billing/general-account-settings/intro-account-settings), then click **Administration**. You'll land on the **Plan & usage** UI page, which shows an overview of your usage. +If you're a New Relic customer, you can use our usage UI to understand your usage and how it could affect your billing. While the numbers are an approximation, you can use this tool to get a picture of your usage. + +To find the usage UI, go to **[one.newrelic.com](https://one.newrelic.com)**, click the [user menu](/docs/accounts/accounts-billing/general-account-settings/intro-account-settings), and then click **Administration**. You'll land on the **Plan & usage** UI page, which shows an overview of your usage like this: New Relic usage UI -
- **[one.newrelic.com](https://one.newrelic.com) > User menu > Administration > Plan & usage:** The **Plan & usage** page gives details about your usage. -
## New Relic billing factors [#how-pricing-works] diff --git a/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/usage-queries-alerts.mdx b/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/usage-queries-alerts.mdx index 73e7a10d848..de519562179 100644 --- a/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/usage-queries-alerts.mdx +++ b/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/usage-queries-alerts.mdx @@ -17,9 +17,18 @@ redirects: To help you understand your [New Relic usage and billing](/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing), we provide a [usage UI](/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing#usage-ui) for understanding your billing-related usage. Additionally, you can run custom NRQL queries to get additional detail, and you can create alert notifications for when your usage has reached certain levels. +Keep the following in mind when using the usage UI or making consumption queries: + +* The results are approximate and don't correspond exactly to the values used to calculate your invoice amount. +* Use these tools to find and track areas of high usage. +* Use queries to create alerts so you know if you're approaching a limit. + ## Data ingest usage queries [#data-queries] -The [usage UI](/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing#usage-ui) displays your data ingest over time. If you need more detail than the UI provides, you can use NRQL queries like these: +The [usage UI](/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing#usage-ui) displays your data ingest over time. If you need more detail than the UI provides, you can use a variety of NRQL queries. The examples below include two data types: + +* `NrConsumption`: This is useful for diving deep into the hourly details of usage. It's less helpful as a proxy for your bill. +* `NrMTDConsumption`: This has a monthly aggregation of usage that gives you a good approximation of usage. Date: Fri, 27 Oct 2023 14:01:38 -0700 Subject: [PATCH 2/8] fix(accounts): Add clarifications about billing --- .../new-relic-one-pricing-billing.mdx | 4 ++-- .../new-relic-one-pricing-billing/usage-queries-alerts.mdx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing.mdx b/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing.mdx index db3aa3ba025..4582c1b0474 100644 --- a/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing.mdx +++ b/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing.mdx @@ -30,9 +30,9 @@ Some older New Relic customers are on our original pricing model. For more on th If you're not yet a New Relic customer and want an overview of our pricing, first see [our main pricing page](https://newrelic.com/pricing). If you want more in-depth details about pricing, keep reading. -## The billing and usage UI [#usage-ui] +## See your usage in the UI [#usage-ui] -If you're a New Relic customer, you can use our usage UI to understand your usage and how it could affect your billing. While the numbers are an approximation, you can use this tool to get a picture of your usage. +If you're a New Relic customer, you can see your usage on our **Plan & usage** page. While the numbers are an approximation, you can use this tool to get a general idea about how your consumption might affect your bill. To find the usage UI, go to **[one.newrelic.com](https://one.newrelic.com)**, click the [user menu](/docs/accounts/accounts-billing/general-account-settings/intro-account-settings), and then click **Administration**. You'll land on the **Plan & usage** UI page, which shows an overview of your usage like this: diff --git a/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/usage-queries-alerts.mdx b/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/usage-queries-alerts.mdx index de519562179..ccd044a061e 100644 --- a/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/usage-queries-alerts.mdx +++ b/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/usage-queries-alerts.mdx @@ -15,7 +15,7 @@ redirects: - /docs/accounts/accounts-billing/new-relic-one-pricing-users/usage-queries-alerts --- -To help you understand your [New Relic usage and billing](/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing), we provide a [usage UI](/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing#usage-ui) for understanding your billing-related usage. Additionally, you can run custom NRQL queries to get additional detail, and you can create alert notifications for when your usage has reached certain levels. +To help you understand your [New Relic usage and billing](/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing), we provide a [usage UI](/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing#usage-ui) for understanding your billing-related usage. Also, you can run custom NRQL queries to get additional detail, and you can create alert notifications for when your usage has reached certain levels. Keep the following in mind when using the usage UI or making consumption queries: From 9264617a7a47a6983545e3dd0c168a72c7ff7e7c Mon Sep 17 00:00:00 2001 From: Rob Siebens Date: Fri, 27 Oct 2023 14:24:35 -0700 Subject: [PATCH 3/8] fix(accounts): Drop use of "tool" --- .../new-relic-one-pricing-billing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing.mdx b/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing.mdx index 4582c1b0474..1df89f51f5f 100644 --- a/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing.mdx +++ b/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing.mdx @@ -32,7 +32,7 @@ If you're not yet a New Relic customer and want an overview of our pricing, firs ## See your usage in the UI [#usage-ui] -If you're a New Relic customer, you can see your usage on our **Plan & usage** page. While the numbers are an approximation, you can use this tool to get a general idea about how your consumption might affect your bill. +If you're a New Relic customer, you can see your usage on our **Plan & usage** page. While the numbers are an approximation, you can use the views there to get a general idea about how your consumption might affect your bill. To find the usage UI, go to **[one.newrelic.com](https://one.newrelic.com)**, click the [user menu](/docs/accounts/accounts-billing/general-account-settings/intro-account-settings), and then click **Administration**. You'll land on the **Plan & usage** UI page, which shows an overview of your usage like this: From 6edecd08515ff08b375cc9ef7cb4e18afcce84fc Mon Sep 17 00:00:00 2001 From: Rob Siebens Date: Fri, 27 Oct 2023 14:42:52 -0700 Subject: [PATCH 4/8] fix(accounts): Streamline wording --- .../new-relic-one-pricing-billing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing.mdx b/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing.mdx index 1df89f51f5f..a0100892aa2 100644 --- a/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing.mdx +++ b/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing.mdx @@ -32,7 +32,7 @@ If you're not yet a New Relic customer and want an overview of our pricing, firs ## See your usage in the UI [#usage-ui] -If you're a New Relic customer, you can see your usage on our **Plan & usage** page. While the numbers are an approximation, you can use the views there to get a general idea about how your consumption might affect your bill. +If you're a New Relic customer, you can see your usage on our **Plan & usage** page. While the numbers are an approximation, you can use those views to get a general idea about how your consumption might affect your bill. To find the usage UI, go to **[one.newrelic.com](https://one.newrelic.com)**, click the [user menu](/docs/accounts/accounts-billing/general-account-settings/intro-account-settings), and then click **Administration**. You'll land on the **Plan & usage** UI page, which shows an overview of your usage like this: From 3efbc6095d318963f35efc6395502643a28e27fa Mon Sep 17 00:00:00 2001 From: Rob Siebens Date: Mon, 4 Dec 2023 15:30:17 -0800 Subject: [PATCH 5/8] fix(accounts): Accept peer suggestion about NrConsumption bullet Co-authored-by: Shawn Kilburn --- .../new-relic-one-pricing-billing/usage-queries-alerts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/usage-queries-alerts.mdx b/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/usage-queries-alerts.mdx index 4e22e9e6f8b..04d08b638f7 100644 --- a/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/usage-queries-alerts.mdx +++ b/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/usage-queries-alerts.mdx @@ -28,7 +28,7 @@ Keep the following in mind when using the usage UI or making consumption queries The [usage UI](/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing#usage-ui) displays your data ingest over time. If you need more detail than the UI provides, you can use a variety of NRQL queries. The examples below include two data types: -* `NrConsumption`: This is useful for diving deep into the hourly details of usage. It's less helpful as a proxy for your bill. +* `NrConsumption`: Use this to dive deep into the details of your usage hour-by-hour. It's less helpful as a proxy for your bill. * `NrMTDConsumption`: This has a monthly aggregation of usage that gives you a good approximation of usage. From fbecf889bcbb7082489cab95c45bca05e324318b Mon Sep 17 00:00:00 2001 From: Rob Siebens Date: Mon, 4 Dec 2023 15:31:00 -0800 Subject: [PATCH 6/8] fix(accounts): Accepted SME suggestion about MTD Co-authored-by: Shawn Kilburn --- .../new-relic-one-pricing-billing/usage-queries-alerts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/usage-queries-alerts.mdx b/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/usage-queries-alerts.mdx index 04d08b638f7..bbb62f4d956 100644 --- a/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/usage-queries-alerts.mdx +++ b/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/usage-queries-alerts.mdx @@ -29,7 +29,7 @@ Keep the following in mind when using the usage UI or making consumption queries The [usage UI](/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing#usage-ui) displays your data ingest over time. If you need more detail than the UI provides, you can use a variety of NRQL queries. The examples below include two data types: * `NrConsumption`: Use this to dive deep into the details of your usage hour-by-hour. It's less helpful as a proxy for your bill. -* `NrMTDConsumption`: This has a monthly aggregation of usage that gives you a good approximation of usage. +* `NrMTDConsumption`: Use this to see a good approximation of your monthly aggregated usage. Date: Mon, 4 Dec 2023 15:32:06 -0800 Subject: [PATCH 7/8] fix(accounts): Accept SME review about usage UI Co-authored-by: Shawn Kilburn --- .../new-relic-one-pricing-billing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing.mdx b/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing.mdx index 41d63e6f598..b87741b0b8f 100644 --- a/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing.mdx +++ b/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing.mdx @@ -35,7 +35,7 @@ If you're not yet a New Relic customer and want an overview of our pricing, firs If you're a New Relic customer, you can see your usage on our **Plan & usage** page. While the numbers are an approximation, you can use those views to get a general idea about how your consumption might affect your bill. -To find the usage UI, go to **[one.newrelic.com](https://one.newrelic.com)**, click the [user menu](/docs/accounts/accounts-billing/general-account-settings/intro-account-settings), and then click **Administration**. You'll land on the **Plan & usage** UI page, which shows an overview of your usage like this: +To find the usage UI, go to **[one.newrelic.com](https://one.newrelic.com)**, click the [user menu](/docs/accounts/accounts-billing/general-account-settings/intro-account-settings), and then click **Administration**. The **Plan & usage** UI page shows an overview of your usage like this: Date: Mon, 4 Dec 2023 15:32:38 -0800 Subject: [PATCH 8/8] fix(accounts): Accept SME feedback Co-authored-by: Shawn Kilburn --- .../new-relic-one-pricing-billing/usage-queries-alerts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/usage-queries-alerts.mdx b/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/usage-queries-alerts.mdx index bbb62f4d956..9e50b0e88fc 100644 --- a/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/usage-queries-alerts.mdx +++ b/src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/usage-queries-alerts.mdx @@ -21,7 +21,7 @@ To help you understand your [New Relic usage and billing](/docs/accounts/account Keep the following in mind when using the usage UI or making consumption queries: * The results are approximate and don't correspond exactly to the values used to calculate your invoice amount. -* Use these tools to find and track areas of high usage. +* Use these tools to find and track your areas of high usage. * Use queries to create alerts so you know if you're approaching a limit. ## Data ingest usage queries [#data-queries]