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 cd9f6b0fbf3..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 @@ -31,18 +31,17 @@ 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, 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 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**. The **Plan & usage** UI page 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 349e1ca5577..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 @@ -16,11 +16,20 @@ redirects: freshnessValidatedDate: never --- -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: + +* 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 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] -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`: 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`: Use this to see a good approximation of your monthly aggregated usage.