You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manageability-and-operations/tenancy-usage-cost-reports/README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# Tenancy Usage and Cost Reports
2
2
3
-
Usage2ADW is a tool which uses the Python SDK to extract the usage and cost reports from OCI tenancy and load it to Oracle Autonomous Database. It is an extension to OCI's native Billing & Cost management capabilities, to provide customers with granular understanding of their spend and utilization of OCI. Using ADW and OAC features, this solution can provide high-level overview, in-depth spend analysis, trends in resource utilization and forecast as well.
3
+
Usage2ADW is a tool that uses the Python SDK to extract the usage and cost reports from OCI tenancy and load them to Oracle Autonomous Database. It is an extension of OCI's native Billing & Cost management capabilities, to provide customers with a granular understanding of their spending and utilization of OCI. Using ADW and OAC features, this solution can provide a high-level overview, in-depth spending analysis, resource utilization trends, and forecast.
4
4
5
-
OCI automatically generates usage data and is stored in an Oracleowned Object Storage bucket. It contains one row per each OCI resource per hour along with consumption information, metadata, namespace and tags. Usage2ADW load this data to ADW database and OAC visualizations can be created on top of this database.
5
+
OCI automatically generates usage data and is stored in an Oracle-owned Object Storage bucket. It contains one row per each OCI resource per hour along with consumption information, metadata, namespace, and tags. Usage2ADW load this data to the ADW database and OAC visualizations can be created on top of this database.
6
6
7
7
# When to use this asset?
8
8
9
-
Usage2ADW provides customers granular understanding of their spend and utilization of OCI. This solution provides in-depth spend analysis on OCI. It includes high-level overview for executives, resource and cost trends for line of business application owners, trends in resource utilization and more. Usage2ADW is ideal for self-service analysis and allows users to build their own visualizations and enrich the analysis by bringing in their own data like departmental budgets.
9
+
Usage2ADW provides customers granular understanding of their spending and utilization of OCI. This solution provides an in-depth spending analysis on OCI. It includes a high-level overview for executives, resource and cost trends for line of business application owners, trends in resource utilization, and more. Usage2ADW is ideal for self-service analysis and allows users to build their own visualizations and enrich the analysis by bringing in their own data like departmental budgets.
10
10
11
-
Customers can leverage a management module to securely retrieve their tenancy cost and usage data. The module can also be configured to retrieve multiple OCI tenancies data for analysis. This solution extends the core Usage2ADW solution with an integration to retrieve usage and cost metrics from other sources, in particular from OEM for the customer on-premises database estate.
11
+
Customers can leverage a management module to securely retrieve their tenancy cost and usage data. The module can also be configured to retrieve multiple OCI tenancies data for analysis. This solution extends the core Usage2ADW solution with integration to retrieve usage and cost metrics from other sources, in particular from OEM for the customer on-premises database estate.
12
12
13
13
This asset will provide the following key features and benefits:
14
14
@@ -25,13 +25,13 @@ This asset will provide the following key features and benefits:
25
25
26
26
Here is an overview of how to use this asset:
27
27
28
-
Step 1: Provision ADW, OAC and a VM on Oracle cloud.
28
+
Step 1: Provision ADW, OAC, and a VM on Oracle cloud.
29
29
Step 2: Deploy Usage2ADW scripts on VM.
30
-
Step 3: Upload and restore catalog file on OAC.
31
-
Step 4: Create necessary connections between OCI, ADW and OAC.
32
-
Step 5: Refresh OAC dashboard to retrieve your tenancy usage and cost details.
30
+
Step 3: Upload and restore the catalog file on OAC.
31
+
Step 4: Create necessary connections between OCI, ADW, and OAC.
32
+
Step 5: Refresh the OAC dashboard to retrieve your tenancy usage and cost details.
33
33
34
-
Note: Usage2ADW can be downloaded from https://github.com/oracle/oci-python-sdk/tree/master/examples/usage_reports_to_adw .
34
+
Note: Usage2ADW can be downloaded from https://github.com/oracle/oci-python-sdk/tree/master/examples/usage_reports_to_adw
0 commit comments