Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions config/_default/menus/main.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9032,21 +9032,26 @@ menu:
url: account_management/billing/google_cloud/
parent: account_management_billing
weight: 1316
- name: OCI Integration
identifier: account_management_billing_oci
url: account_management/billing/oci/
parent: account_management_billing
weight: 1317
- name: Alibaba Integration
identifier: account_management_billing_alibaba
url: account_management/billing/alibaba/
parent: account_management_billing
weight: 1317
weight: 1318
- name: vSphere Integration
identifier: account_management_billing_vsphere
url: account_management/billing/vsphere/
parent: account_management_billing
weight: 1318
weight: 1319
- name: Workflow Automation
identifier: account_management_billing_workflow_automation
url: account_management/billing/workflow_automation/
parent: account_management_billing
weight: 1319
weight: 1320
- name: Multi-org Accounts
identifier: account_management_multi_org_accounts
url: account_management/multi_organization/
Expand Down
52 changes: 52 additions & 0 deletions content/en/account_management/billing/oci.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
title: OCI Integration Billing
---

## Overview

Datadog bills for hosts running the Datadog Agent and all Oracle Cloud Infrastructure (OCI) Compute instances detected by the OCI integration. You are not billed twice if the Datadog Agent runs on a Compute instance that is also detected by the OCI integration.

Other OCI resources—such as Autonomous Database, Object Storage, Load Balancer, and other managed services—do not impact monthly infrastructure billing. These services can send metrics to Datadog through the integration without additional host charges.

If you run containers on OCI (for example, on Oracle Kubernetes Engine), container usage is billed separately. See the [containers billing guide][6] for details.

## OCI metric exclusion

Use the OCI integration tile to control which resources Datadog collects metrics from:

1. Open the [OCI integration tile][1].
2. Go to the **Metric Collection** tab.
3. For each connected tenancy, optionally:
- Limit metric collection to specific compartments or regions.
- Limit metric collection to resources with specific [tags][2] using `key:value` pairs.

When you add or change limits for an existing OCI tenancy, previously discovered Compute instances can remain in the [Infrastructure List][3] for up to two hours while filters propagate. During this transition period, affected instances can display a status of `???`. This does not count toward your billing.

Check notice on line 23 in content/en/account_management/billing/oci.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.

Hosts with a running Datadog Agent continue to be included in billing. Limiting metric collection in the OCI integration tile applies to instances discovered by the integration and does not exclude hosts that report directly through the Agent.

Check notice on line 25 in content/en/account_management/billing/oci.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.

## Check if a host is monitored by the Agent or OCI

In the Infrastructure Host list:

- Monitored by OCI integration

If a host displays only the OCI logo, or if its metrics are limited to `oci.*` namespaces, the host is monitored exclusively through the OCI integration.

- Monitored by the Datadog Agent

If a host displays the Datadog Agent logo but not the OCI logo, or if its metrics include Agent-collected namespaces (such as `datadog.*`, `system.*`, and others), the host is monitored by the Datadog Agent.

Check notice on line 37 in content/en/account_management/billing/oci.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.

## Troubleshooting

For technical questions, contact [Datadog support][4].

For billing questions, contact your [Customer Success][5] Manager.

[1]: https://app.datadoghq.com/integrations?integrationId=oracle-cloud-infrastructure
[2]: /getting_started/tagging/using_tags/#integrations
[3]: /infrastructure/
[4]: /help/
[5]: mailto:[email protected]
[6]: /account_management/billing/containers/


Loading