Skip to content

Commit e3a6170

Browse files
Update README.md
typo
1 parent ac8523e commit e3a6170

File tree

1 file changed

+9
-9
lines changed
  • manageability-and-operations/tenancy-usage-cost-reports

1 file changed

+9
-9
lines changed

manageability-and-operations/tenancy-usage-cost-reports/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Tenancy Usage and Cost Reports
22
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.
44

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 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.
66
77
# When to use this asset?
88
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.
1010

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.
1212
1313
This asset will provide the following key features and benefits:
1414
@@ -25,13 +25,13 @@ This asset will provide the following key features and benefits:
2525
2626
Here is an overview of how to use this asset:
2727
28-
Step 1: Provision ADW, OAC and a VM on Oracle cloud.
28+
Step 1: Provision ADW, OAC, and a VM on Oracle cloud.
2929
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.
3333

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
3535

3636

3737
## License

0 commit comments

Comments
 (0)