Skip to content

Commit 2c75e0b

Browse files
Merge branch 'main' into dependabot/pip/ai/gen-ai-agents/travel-agent/starlette-0.49.1
2 parents a1e0524 + 100c464 commit 2c75e0b

File tree

5 files changed

+61
-5
lines changed
  • manageability-and-operations/observability-and-manageability

5 files changed

+61
-5
lines changed

manageability-and-operations/observability-and-manageability/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Observability and Manageability (O&M) platform is a suite of OCI services th
44

55
 
66

7-
Reviewed: Reviewed: 15.10.2025
7+
Reviewed: Reviewed: 05.11.2025
88

99
 
1010

@@ -35,7 +35,7 @@ Reviewed: Reviewed: 15.10.2025
3535
| EBS | WIP | Coming Soon|
3636
| Webogic | WIP | Coming Soon|
3737
| Apex | WIP | Coming Soon|
38-
| .... | | |
38+
| OCI CI Container Instance | [Link](https://github.com/adibirzu/oci-container-monitoring) | |
3939
| .... | | |
4040
| .... | | |
4141

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# <Asset Name> Mastering Cloud Cost Control with OCI Log Analytics
2+
3+
Oracle Cloud Infrastructure (OCI) provides several built-in tools to
4+
help users monitor, analyze, and control cloud spending. Among these
5+
tools are OCI Cost Analysis and Scheduled Reports, which offer
6+
visibility into usage patterns and cost trends over time. These tools
7+
are valuable for high-level reporting and day-to-day cost tracking,
8+
especially when trying to stay within budget or identify cost anomalies.
9+
10+
However, for more in-depth analysis—such as breaking down spending
11+
across departments, correlating costs with specific resource tags, or
12+
building custom dashboards—access to raw cost and usage data becomes
13+
essential. This is where the ability to export and analyze detailed cost
14+
reports becomes particularly useful.
15+
16+
OCI is fully compliant with the FinOps Foundation’s FOCUS (FinOps Open
17+
Cost and Usage Specification) standard. The FOCUS report provides a
18+
standardized and comprehensive dataset that includes detailed
19+
information about costs, services, compartments, tags, and more. This
20+
standardized format makes it easier to integrate OCI cost data into
21+
third-party tools or advanced analytics platforms.
22+
23+
In this asset I import
24+
FOCUS report into OCI Log Analytics. By doing this, you can take
25+
advantage of powerful querying capabilities and visualization features
26+
within the Log Analytics platform. This approach allows you to build
27+
customized dashboards, run advanced queries, and perform granular
28+
analysis tailored to your organization’s specific needs.
29+
30+
31+
Reviewed: 29.10.2025
32+
33+
# When to use this asset?
34+
35+
[**Better Cloud cost control**]
36+
OCI’s cost analysis tool provides a great high-level view of your cloud costs, but sometimes you need more detailed customization. For instance, you might want to track when you hit an overage, monitor monthly costs, and calculate the percentage of your budget consumed. Additionally, having visibility at the resource level, rather than just service categories, can give you deeper insights into where your money is going.
37+
38+
[**Custom alerts on budgeting**] OCI’s Budget tool lets you set alerts based on compartments, tenancy, or billing tags. However, there may be instances where you need more granular control. For example, you might want alerts triggered when a new service is used, or to restrict usage to a specific set of services. This enables tighter cost control and better oversight over your cloud spending.
39+
40+
[**Cross-Referencing Costs with Resource Utilization**]In a cloud environment, it’s crucial to monitor both resource allocation and resource utilization on the same dashboard. This approach allows you to identify inefficiencies, such as underutilized resources that may be driving up costs. By aligning cost data with utilization insights, you can optimize infrastructure usage and better manage your cloud expenditures.
41+
42+
43+
# How to use this asset?
44+
45+
You can follow the instruction of the [step by step guide](https://github.com/oracle-quickstart/oci-o11y-solutions/tree/main/knowledge-content/FinOps/files)
46+
47+
48+
# License
49+
50+
Copyright (c) 2025 Oracle and/or its affiliates.
51+
52+
Licensed under the Universal Permissive License (UPL), Version 1.0.
53+
54+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
55+
56+

manageability-and-operations/observability-and-manageability/oci-monitoring/custom-metrics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
This section will bring some examples of how to create OCI Monitoring custom metric namespaces to extend the default, out-of-the-box, OCI Monitoring metrics for OCI resources.
55

6-
Reviewed: 18.11.2024
6+
Reviewed: 05.11.2025
77

88
# Team Publications
99

manageability-and-operations/observability-and-manageability/oci-monitoring/custom-metrics/custom-metric-FN-services-limit-monitoring/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Using OCI Functions to create OCI Monitoring custom metric namespace: Services Limit monitoring example use case
22

3-
Reviewed: 15.11.2024
3+
Reviewed: 05.11.2025
44

55
## 1. INTRODUCTION
66

manageability-and-operations/observability-and-manageability/oci-monitoring/custom-metrics/custom-metric-python-SDK-services-limit-monitoring/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Using Python SDK to create OCI Monitoring custom metric namespace: Services Limit monitoring example use case
33

4-
Reviewed: 15.11.2024
4+
Reviewed: 05.11.2025
55

66
## 1. INTRODUCTION
77

0 commit comments

Comments
 (0)