Skip to content

Commit 4fea6f0

Browse files
Include rest of cost x metrics tags in Oracle CCM documentation (#32042)
* update cost x metrics section * Remove spae * add example * remove extra space * add period * Update content/en/cloud_cost_management/setup/oracle.md Co-authored-by: Alicia Thuerk <[email protected]> --------- Co-authored-by: Alicia Thuerk <[email protected]>
1 parent 7951d9f commit 4fea6f0

File tree

1 file changed

+13
-2
lines changed
  • content/en/cloud_cost_management/setup

1 file changed

+13
-2
lines changed

content/en/cloud_cost_management/setup/oracle.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You can visualize your ingested data using the following cost types:
4141

4242
| Cost Type | Description |
4343
|-------------------------------------------------| ----------------------------------|
44-
| `oci.cost.amortized` | Total cost of resources allocated at the time of usage over an interval. Costs include all applicable discounts |
44+
| `oci.cost.amortized` | Total cost of resources allocated at the time of usage over an interval. Costs include all applicable discounts. |
4545
| `oci.cost.ondemand` | Total public, on-demand cost of resources before public and private discounts are applied over an interval. |
4646

4747
### Out-of-the-box tags
@@ -83,7 +83,7 @@ The following out-of-the-box tags are available for filtering and grouping data:
8383

8484
#### Cost and observability correlation
8585

86-
Viewing costs in the context of observability data is important for understanding how infrastructure changes impact costs, identifying why costs change, and optimizing infrastructure for both costs and performance.
86+
Viewing costs in the context of observability data is important for understanding how infrastructure changes impact costs, identifying why costs change, and optimizing infrastructure for both costs and performance.
8787

8888
Datadog updates resource identifying tags on cost data for top OCI products to simplify correlating observability and cost metrics. For example, to view cost and utilization for each Compute instance, you can make a table with `oci.cost.amortized`, `oci.computeagent.cpu_utilization`, and `oci.computeagent.memory_utilization` (or any other Compute metric) and group by `host`. To see Object Storage usage and costs side by side, you can graph `oci.objectstorage.stored_bytes` and `oci.cost.amortized` grouped by `name`.
8989

@@ -93,6 +93,17 @@ The following out-of-the-box tags are available:
9393
| Compute | `host` |
9494
| Object Storage | `name` |
9595

96+
Additionally, Datadog provides the following tags that can be used with many observability metrics. For example, to view cost and execution duration of OCI Functions for each compartment, you can make a table with `oci.cost.amortized`, `oci.faas.function_execution_duration`, and group by `compartment_id`.
97+
| Tag Name | Tag Description |
98+
| ---------------------------- | ----------------- |
99+
| `compartment_id` | The identifier (OCID) for the compartment.|
100+
| `compartment_name` | The name for the compartment.|
101+
| `tenancy_ocid` | The identifier (OCID) for the OCI tenant.|
102+
| `tenancy_name` | The name for the OCI tenant.|
103+
| `resource_id` | An identifier assigned to a resource by the provider.|
104+
| `resource_type` | Describes the kind of resource the charge applies to.|
105+
| `dd_resource_key` | The Canonical Cloud Resource Identifier (CCRID) for the resource. Same as OCID for OCI.|
106+
96107
### Container cost allocation
97108
Container cost allocation is not available for OCI. See [Container Cost Allocation][5] for more details.
98109

0 commit comments

Comments
 (0)