Skip to content

Commit 96feae4

Browse files
Update tenancy-usage-cost-reports.md
typo
1 parent e3a6170 commit 96feae4

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

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

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Introduction
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.
4-
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.
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 spend analysis, resource utilization trends, and forecast.
4+
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.
56

67
## Required technical skills
78

@@ -24,15 +25,15 @@ OCI automatically generates usage data and is stored in an Oracle owned Object S
2425

2526
## OCI Resources Used
2627

27-
- Compute VM: The compute VM houses install script to create the required data structures and installs the package and Apex application. All data integrations to retrieve OCI information and load into ADW tables are run on the compute VM.
28+
- Compute VM: The compute VM houses the install script to create the required data structures and installs the package and Apex application. All data integrations to retrieve OCI information and load it into ADW tables are run on the compute VM.
2829

2930
- Oracle Analytics Cloud: OAC instance will contain Dashboards and Visualization of the cost and usage reports.
3031

31-
- Autonomous Data Warehouse: ADW instance will be used to store and process the cost and usage data and effectively support a data mart that will provide usage and cost visibility of the tenancy and different dimensions like tenancy, region, project, environments.
32+
- Autonomous Data Warehouse: ADW instance will be used to store and process the cost and usage data and effectively support a data mart that will provide usage and cost visibility of the tenancy and different dimensions like tenancy, region, project, and environments.
3233

33-
- ADW Private Endpoint: PE is used in order that ADW to be deployed on a private subnet and hence be only accessible from private connection and not from internet.
34+
- ADW Private Endpoint: PE is used in order that ADW to be deployed on a private subnet and hence be only accessible from a private connection and not from the internet.
3435

35-
- AC Private Access Channel: PAC provides the connectivity to private database from Oracle Analytics Cloud. It will enable a private endpoint in a private subnet of the Virtual Cloud Network (VCN) of OCI that will let OAC query the private ADW using the private endpoint of ADW.
36+
- AC Private Access Channel: PAC provides connectivity to private databases from Oracle Analytics Cloud. It will enable a private endpoint in a private subnet of the Virtual Cloud Network (VCN) of OCI that will let OAC query the private ADW using the private endpoint of ADW.
3637

3738
## Main features:
3839

@@ -47,41 +48,41 @@ OCI automatically generates usage data and is stored in an Oracle owned Object S
4748

4849
# Business Value
4950

50-
With Usage2ADW, the customer will enjoy the benefits of an analytics platform with dashboards and data visualizations that provide cost by OCI Resources, PaaS and IaaS services and can be grouped by regions, compartments, etc. for budgetary purpose and chargeback. The analysis can be personalized by application, department, based on custom tags. Additionally, performance monitoring and utilization metrics will be available for applications running on OCI compute instances.
51+
With Usage2ADW, the customer will enjoy the benefits of an analytics platform with dashboards and data visualizations that provide cost by OCI Resources, PaaS, and IaaS services and can be grouped by regions, compartments, etc. for budgetary purposes and chargeback. The analysis can be personalized by application, or department, based on custom tags. Additionally, performance monitoring and utilization metrics will be available for applications running on OCI compute instances.
5152

5253
## Use case
5354

5455
When the extension Usage2ADW is implemented, the user through a dashboard will be able to visualize usage and cost reports over the dimension values. The Tag Namespace and Keys can be used to classify and group resources for Usage and Costing visibility.
55-
The Usage and Cost Reports 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. 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-prem database estate.
56+
The Usage and Cost Reports provide customers granular understanding of their spending and utilization of OCI. This solution provides an in-depth spend 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. 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-prem database estate.
5657

57-
The implemented solution satisfies a broader set of functional requirements like:
58+
The implemented solution satisfies a broader set of functional requirements:
5859

5960
- Provides the cost of a specific instance.
6061
- Plot the cost evolution of a specific project over 1, 3, 6, 12, 24 months.
61-
- Plot the usage evolution of a specific instance per days & months.
62+
- Plot the usage evolution of a specific instance per day & month.
6263
- View the current global consumption.
63-
- Predict of the consumption.
64-
- Plan budget in a better way.
64+
- Predict the consumption.
65+
- Plan the budget in a better way.
6566

6667

6768
The solution can also be extended with the following set of capabilities using OCI Tags and drill-down features:
6869

6970
- Extract and Load OCI Tags and Resource Identifiers into the database.
7071
- Define Meta-Data information about OCI Tags on OCI Resource Identifiers.
71-
- Data model for Oracle Analytics Cloud (OAC), extended tables for Tags, Meta-Data and Resource Identifies tables.
72+
- Data model for Oracle Analytics Cloud (OAC), extended tables for Tags, Meta-Data, and Resource Identifying tables.
7273
- Custom Canvas/Report in OAC based on the Data Model with drill-down capabilities.
7374

7475
## Sample visualizations
7576

76-
Below are few visualizations that can be derived out of OCI usage data, using Usage2ADW.
77+
Below are a few visualizations that can be derived out of OCI usage data, using Usage2ADW.
7778

7879
![Alt text](image.png)
7980

80-
Figure 1. Representation of total cost incurred by compartments over period of time.
81+
Figure 1. Representation of total cost incurred by compartments over a period of time.
8182

8283
![Alt text](image-1.png)
8384

84-
Figure 2. Representation of total cost incurred by services over period of time.
85+
Figure 2. Representation of total cost incurred by services over a period of time.
8586

8687
![Alt text](image-2.png)
8788

0 commit comments

Comments
 (0)