diff --git a/modules/ROOT/content-nav.adoc b/modules/ROOT/content-nav.adoc index 4e7a40c05..b661cfd78 100644 --- a/modules/ROOT/content-nav.adoc +++ b/modules/ROOT/content-nav.adoc @@ -56,7 +56,6 @@ Generic Start *** xref:explore/explore-features/slicer.adoc[Slicer] ** xref:explore/explore-default-actions.adoc[Default actions and shortcuts] - * Query data ** xref:query/introduction.adoc[What is Query?] ** xref:query/visual-tour.adoc[Visual tour] @@ -84,6 +83,8 @@ Generic Start * xref:user-management.adoc[User management] +* xref:billing.adoc[Billing] + * Connecting applications ** xref:connecting-applications/overview.adoc[Drivers and libraries] //// diff --git a/modules/ROOT/images/consumptionreport.png b/modules/ROOT/images/consumptionreport.png new file mode 100644 index 000000000..e5b72e171 Binary files /dev/null and b/modules/ROOT/images/consumptionreport.png differ diff --git a/modules/ROOT/pages/billing.adoc b/modules/ROOT/pages/billing.adoc new file mode 100644 index 000000000..2bac5fae7 --- /dev/null +++ b/modules/ROOT/pages/billing.adoc @@ -0,0 +1,43 @@ +[[aura-Billing]] += Billing +:description: Consumption reporting allows Virtual Dedicated Cloud customers to closely monitor their consumption. + +label:Aura-DB-Professional[] +label:AuraDB-Business-Critical[] +label:AuraDB-Virtual-Dedicated-Cloud[] + +Virtual Dedicated Cloud services are offered through prepaid consumption plans. +Billing is based on usage, with credits deducted from the available balance each month. + +== Consumption report + +The consumption report, accessible in the Billing section, provides real-time insights into resource usage for the current project, including both running and paused states. +It displays RAM usage in GB-hours and the equivalent cost in prepaid credits. +You can also Export a CSV file containing usage in a selected period. + +Available to Admins, the consumption report helps track usage patterns over time to make informed resource allocation decisions. +The usage data is also exportable. + +=== Product name and pricing + +For more information, refer to link:https://console-preview.neo4j.io/pricing[Aura Pricing] for the specific product names and their prices. +If a database is paused, its charge is reduced to 20% of the standard hourly rate. + +=== Billing status + +Can be `ongoing` (currently being billed) or `ended` (historical usage). + +=== Units of measure + +Units of measure are displayed in the specified unit of measure. +GB-hours usage is calculated by multiplying the number of hours a database is running (whether actively used or not) by the memory size in gigabytes (GB). + +== Filters + +* Filter the usage data by predefined and custom date intervals. +* Look back for a period of up to one year. +* Filter by `Last 24 hours`, `Last 7 days`, `Last 30 days`, `Last 90 days` or a `Custom range`. + +.Consumption report example +[.shadow] +image::consumptionreport.png[] \ No newline at end of file