-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Jessica Wright <[email protected]>
- Loading branch information
1 parent
fc5ba50
commit 9365296
Showing
3 changed files
with
45 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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[] |