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
|`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.|
45
45
|`oci.cost.ondemand`| Total public, on-demand cost of resources before public and private discounts are applied over an interval. |
46
46
47
47
### Out-of-the-box tags
@@ -83,7 +83,7 @@ The following out-of-the-box tags are available for filtering and grouping data:
83
83
84
84
#### Cost and observability correlation
85
85
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.
87
87
88
88
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`.
89
89
@@ -93,6 +93,17 @@ The following out-of-the-box tags are available:
93
93
| Compute |`host`|
94
94
| Object Storage |`name`|
95
95
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`.
0 commit comments