From f1d5080fa4a9e30171b95b8ff93715ed2762dbc2 Mon Sep 17 00:00:00 2001 From: Dominique Alessi Date: Tue, 16 Jun 2026 15:23:57 -0400 Subject: [PATCH 01/10] [DOCS-14700, DOCS-14701] Add OCI and vSphere support to Cloudcraft in Datadog docs Co-Authored-By: Claude Sonnet 4.6 --- content/en/datadog_cloudcraft/_index.md | 33 ++++++++++++++++--- content/en/datadog_cloudcraft/overlays/ccm.md | 3 +- .../overlays/infrastructure.md | 15 +++++---- .../datadog_cloudcraft/overlays/monitors.md | 2 +- .../overlays/observability.md | 2 ++ .../datadog_cloudcraft/overlays/security.md | 2 ++ 6 files changed, 44 insertions(+), 13 deletions(-) diff --git a/content/en/datadog_cloudcraft/_index.md b/content/en/datadog_cloudcraft/_index.md index 7dbec195b38..5540f1ba52a 100644 --- a/content/en/datadog_cloudcraft/_index.md +++ b/content/en/datadog_cloudcraft/_index.md @@ -1,6 +1,6 @@ --- title: Cloudcraft in Datadog -description: "Visualize and analyze AWS, Azure, and GCP cloud infrastructure with live Cloudcraft diagrams in Datadog for troubleshooting, security analysis, and cost optimization." +description: "Visualize and analyze AWS, Azure, GCP, OCI, and vSphere infrastructure with live Cloudcraft diagrams in Datadog for troubleshooting, security analysis, and cost optimization." further_reading: - link: "https://www.datadoghq.com/blog/cloud-architecture-diagrams-cost-compliance-cloudcraft-datadog/" tag: "Blog" @@ -19,7 +19,7 @@ Cloudcraft offers a powerful, live read-only visualization tool for cloud archit
This documentation applies to the Cloudcraft in Datadog product. For information on the standalone Cloudcraft product, please refer to the Cloudcraft (Standalone) documentation.
-Cloudcraft's core functionality is its ability to generate detailed architecture diagrams. These diagrams visually represent AWS, Azure, and GCP cloud resources, allowing you to explore and analyze your environments. Cloudcraft's diagrams are optimized for clarity and performance, providing an intuitive interface for navigating large-scale deployments. This helps teams to: +Cloudcraft's core functionality is its ability to generate detailed architecture diagrams. These diagrams visually represent AWS, Azure, GCP, OCI, and vSphere resources, allowing you to explore and analyze your environments. Cloudcraft's diagrams are optimized for clarity and performance, providing an intuitive interface for navigating large-scale deployments. This helps teams to: - Trace incidents back to their root causes through infrastructure dependencies. - Determine if infrastructure is the cause of an incident, such as cross-region traffic causing latency or increased costs. @@ -100,6 +100,31 @@ Enabling resource collection can impact your AWS CloudWatch costs. To avoid thes [18]: https://app.datadoghq.com/integrations/google-cloud-platform [19]: /datadog_cloudcraft/overlays#observability +{{% /tab %}} +{{% tab "OCI" %}} + +- To access Cloudcraft in Datadog, you need the `cloudcraft_read` [permission](#permissions). +- Add your OCI tenancy to the [Oracle Cloud Infrastructure integration][20] and enable [resource collection][21]. + +- Viewing content on the [Security overlay][10] requires additional products to be enabled: + - To view security misconfigurations and identity risks, [Cloud Security][3] must be enabled. + +[3]: /security/cloud_security_management +[10]: /datadog_cloudcraft/overlays#security +[20]: /integrations/oracle_cloud_infrastructure/ +[21]: /integrations/oracle_cloud_infrastructure/#resource-collection + +{{% /tab %}} +{{% tab "vSphere" %}} + +- To access Cloudcraft in Datadog, you need the `cloudcraft_read` [permission](#permissions). +- The Datadog Agent must be installed in your vSphere environment. The vSphere check is included in the Agent package. +- The [vSphere integration][22] must be enabled and configured. + +**Note**: Only the Infrastructure and Monitors overlays are available for vSphere accounts. + +[22]: /integrations/vsphere/ + {{% /tab %}} {{< /tabs >}} @@ -113,7 +138,7 @@ To get started using Cloudcraft, use the following steps: {{< img src="datadog_cloudcraft/getting_started_3.png" alt="Getting started in Cloudcraft, displaying a list of resources for the selected account and region" style="width:100%;" >}} -
The account name in the {{< ui >}}Account{{< /ui >}} dropdown comes from your AWS account tags in the AWS integration tile. For Azure, the {{< ui >}}Subscription{{< /ui >}} name comes from the subscription name in your Azure integration tile's list of managed subscriptions. For GCP, the {{< ui >}}Project{{< /ui >}} dropdown lists your GCP project IDs from the Google Cloud integration tile. +
The account name in the {{< ui >}}Account{{< /ui >}} dropdown comes from your AWS account tags in the AWS integration tile. For Azure, the {{< ui >}}Subscription{{< /ui >}} name comes from the subscription name in your Azure integration tile's list of managed subscriptions. For GCP, the {{< ui >}}Project{{< /ui >}} dropdown lists your GCP project IDs from the Google Cloud integration tile. For OCI, the {{< ui >}}Tenancy{{< /ui >}} name comes from your tenancy in the Oracle Cloud Infrastructure integration tile.
### Group By @@ -128,7 +153,7 @@ Enable the {{< ui >}}Show All Controls{{< /ui >}} toggle to display the availabl You can group resources by AWS and Azure tags, such as app, service, team, or cost center, to organize your view by team or workload. When grouping by tags, color-coded labels are displayed on each group. When grouping by the `service` tag, a raised block is displayed to visually indicate the service grouping. -**Note**: Grouping by tags is supported for AWS tags, Azure tags, and GCP labels (for example, `Project`). Tags from the Datadog Agent (for example, locally configured `env` or `team` tags) are not supported. +**Note**: Grouping by tags is supported for AWS tags, Azure tags, GCP labels, OCI tags, and vSphere tags. Tags from the Datadog Agent (for example, locally configured `env` or `team` tags) are not supported. {{< img src="datadog_cloudcraft/cloudcraft_group_by_with_team_tags_2.png" alt="Cloudcraft landing page with Group by highlighted, and grouping by Team" >}} diff --git a/content/en/datadog_cloudcraft/overlays/ccm.md b/content/en/datadog_cloudcraft/overlays/ccm.md index 3ce8e0c4f9c..71c4ddc7970 100644 --- a/content/en/datadog_cloudcraft/overlays/ccm.md +++ b/content/en/datadog_cloudcraft/overlays/ccm.md @@ -20,7 +20,8 @@ further_reading: The Cloud Cost overlay helps you visualize resource-level costs and identify savings opportunities within your cloud architecture diagrams. This overlay provides two views: [{{< ui >}}Cost{{< /ui >}}](#cost-view) and [{{< ui >}}Recommendations{{< /ui >}}](#recommendations-view). -**Note**: The Cost view is not available for GCP accounts. The Recommendations view is supported for GCP. + +**Note**: The Cost view is not available for GCP accounts. The Recommendations view is supported for GCP. The Cloud Cost Management overlay is not available for vSphere accounts. ## Cost view diff --git a/content/en/datadog_cloudcraft/overlays/infrastructure.md b/content/en/datadog_cloudcraft/overlays/infrastructure.md index c5208b048f1..1dd8baed095 100644 --- a/content/en/datadog_cloudcraft/overlays/infrastructure.md +++ b/content/en/datadog_cloudcraft/overlays/infrastructure.md @@ -1,6 +1,6 @@ --- title: Infrastructure -description: "Use the Infrastructure overlay in Cloudcraft to view resources grouped by Account, Region, and VPC for architecture diagrams and troubleshooting." +description: "Use the Infrastructure overlay in Cloudcraft to view resources grouped by a provider-specific hierarchy for architecture diagrams and troubleshooting." further_reading: - link: "/datadog_cloudcraft/overlays/observability/" tag: "Documentation" @@ -15,7 +15,7 @@ further_reading: ## Overview -The Infrastructure overlay provides a broad overview of your cloud environment by grouping resources into Account, Region, and VPC. This is the default view when opening a Cloudcraft diagram. +The Infrastructure overlay provides a broad overview of your cloud environment by grouping resources into a provider-specific hierarchy. This is the default view when opening a Cloudcraft diagram. {{< img src="datadog_cloudcraft/infra_overlay_5.png" alt="Infrastructure overlay in Cloudcraft." style="width:100%;" >}} @@ -32,11 +32,12 @@ The Infrastructure overlay is ideal for: Resources are organized in a hierarchical structure. The grouping labels vary by provider: -| Level | AWS | Azure | GCP | -|-------|-----|-------|-----| -| Top-level | Account | Subscription | Project | -| Geographic | Region | Region | Region | -| Network | VPC | Virtual Network | VPC | +| Level | AWS | Azure | GCP | OCI | vSphere | +|-------|-----|-------|-----|-----|---------| +| Top-level | Account | Subscription | Project | Tenancy | vCenter | +| Second | — | — | — | Compartment | Datacenter | +| Geographic | Region | Region | Region | Region | — | +| Network | VPC | Virtual Network | VPC | VCN | Cluster | This hierarchy helps you understand how resources are distributed across your cloud infrastructure. diff --git a/content/en/datadog_cloudcraft/overlays/monitors.md b/content/en/datadog_cloudcraft/overlays/monitors.md index a34db09ed5f..60afc17668e 100644 --- a/content/en/datadog_cloudcraft/overlays/monitors.md +++ b/content/en/datadog_cloudcraft/overlays/monitors.md @@ -14,7 +14,7 @@ The Monitors overlay is in Preview. ## Overview -The Monitors overlay shows monitors associated with your AWS and Azure resources and services, along with their current state (`Alert`, `Warn`, or `OK`). Use this overlay to identify and investigate production issues directly in your infrastructure diagram. +The Monitors overlay shows monitors associated with your cloud resources and services, along with their current state (`Alert`, `Warn`, or `OK`). Use this overlay to identify and investigate production issues directly in your infrastructure diagram. ## View monitor status diff --git a/content/en/datadog_cloudcraft/overlays/observability.md b/content/en/datadog_cloudcraft/overlays/observability.md index 29d3ad909bd..083b0c2607c 100644 --- a/content/en/datadog_cloudcraft/overlays/observability.md +++ b/content/en/datadog_cloudcraft/overlays/observability.md @@ -18,6 +18,8 @@ further_reading: ## Overview +**Note**: The Observability overlay is not available for vSphere accounts. + The Observability overlay shows where the Datadog Agent is installed and what features are enabled per host, such as Application Performance Monitoring (APM), Cloud Network Monitoring (CNM), Log Management, and more. This helps you to assess visibility gaps across your environment. ## Take action on resources diff --git a/content/en/datadog_cloudcraft/overlays/security.md b/content/en/datadog_cloudcraft/overlays/security.md index 261752658b0..eae0df278d4 100644 --- a/content/en/datadog_cloudcraft/overlays/security.md +++ b/content/en/datadog_cloudcraft/overlays/security.md @@ -18,6 +18,8 @@ further_reading: ## Overview +**Note**: The Security overlay is not available for vSphere accounts. + The Security overlay highlights potential security exposures in your architecture, grouping resources by Region, VPC, and Security Group. It displays security findings detected by Cloud Security, helping you: - Identify security issues directly in infrastructure diagrams From efa82824352026a769a0088e3371900ef15b8df1 Mon Sep 17 00:00:00 2001 From: Dominique Alessi Date: Tue, 16 Jun 2026 15:39:58 -0400 Subject: [PATCH 02/10] Reformat account names tip as a list Co-Authored-By: Claude Sonnet 4.6 --- content/en/datadog_cloudcraft/_index.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/en/datadog_cloudcraft/_index.md b/content/en/datadog_cloudcraft/_index.md index 5540f1ba52a..cc72f5984a4 100644 --- a/content/en/datadog_cloudcraft/_index.md +++ b/content/en/datadog_cloudcraft/_index.md @@ -138,7 +138,13 @@ To get started using Cloudcraft, use the following steps: {{< img src="datadog_cloudcraft/getting_started_3.png" alt="Getting started in Cloudcraft, displaying a list of resources for the selected account and region" style="width:100%;" >}} -
The account name in the {{< ui >}}Account{{< /ui >}} dropdown comes from your AWS account tags in the AWS integration tile. For Azure, the {{< ui >}}Subscription{{< /ui >}} name comes from the subscription name in your Azure integration tile's list of managed subscriptions. For GCP, the {{< ui >}}Project{{< /ui >}} dropdown lists your GCP project IDs from the Google Cloud integration tile. For OCI, the {{< ui >}}Tenancy{{< /ui >}} name comes from your tenancy in the Oracle Cloud Infrastructure integration tile. +
Provider account names in the dropdowns come from their respective integration tiles: +
    +
  • AWS: The {{< ui >}}Account{{< /ui >}} name comes from your AWS account tags in the AWS integration tile.
  • +
  • Azure: The {{< ui >}}Subscription{{< /ui >}} name comes from the subscription name in your Azure integration tile's list of managed subscriptions.
  • +
  • GCP: The {{< ui >}}Project{{< /ui >}} dropdown lists your GCP project IDs from the Google Cloud integration tile.
  • +
  • OCI: The {{< ui >}}Tenancy{{< /ui >}} name comes from your tenancy in the Oracle Cloud Infrastructure integration tile.
  • +
### Group By From 75b090d1c9c4d8cd0c653d783d7376fb59d87a08 Mon Sep 17 00:00:00 2001 From: Dominique Alessi Date: Tue, 16 Jun 2026 15:42:37 -0400 Subject: [PATCH 03/10] Improve CCM overlay provider support notes Co-Authored-By: Claude Sonnet 4.6 --- content/en/datadog_cloudcraft/overlays/ccm.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/datadog_cloudcraft/overlays/ccm.md b/content/en/datadog_cloudcraft/overlays/ccm.md index 71c4ddc7970..3ed5f2edc9f 100644 --- a/content/en/datadog_cloudcraft/overlays/ccm.md +++ b/content/en/datadog_cloudcraft/overlays/ccm.md @@ -16,12 +16,14 @@ further_reading: text: "Cloud Cost Management" --- +
The Cloud Cost Management overlay is not available for vSphere accounts.
+ ## Overview The Cloud Cost overlay helps you visualize resource-level costs and identify savings opportunities within your cloud architecture diagrams. This overlay provides two views: [{{< ui >}}Cost{{< /ui >}}](#cost-view) and [{{< ui >}}Recommendations{{< /ui >}}](#recommendations-view). -**Note**: The Cost view is not available for GCP accounts. The Recommendations view is supported for GCP. The Cloud Cost Management overlay is not available for vSphere accounts. +**Note**: The Cost view is not available for GCP accounts; GCP accounts support the Recommendations view only. ## Cost view From a2f5f067bc71b6a990b026db87bd0951bd2ebf64 Mon Sep 17 00:00:00 2001 From: Dominique Alessi Date: Tue, 16 Jun 2026 15:45:54 -0400 Subject: [PATCH 04/10] Add Resource Group to Azure column in infrastructure grouping table Co-Authored-By: Claude Sonnet 4.6 --- content/en/datadog_cloudcraft/overlays/infrastructure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/datadog_cloudcraft/overlays/infrastructure.md b/content/en/datadog_cloudcraft/overlays/infrastructure.md index 1dd8baed095..d8b5727f5be 100644 --- a/content/en/datadog_cloudcraft/overlays/infrastructure.md +++ b/content/en/datadog_cloudcraft/overlays/infrastructure.md @@ -35,7 +35,7 @@ Resources are organized in a hierarchical structure. The grouping labels vary by | Level | AWS | Azure | GCP | OCI | vSphere | |-------|-----|-------|-----|-----|---------| | Top-level | Account | Subscription | Project | Tenancy | vCenter | -| Second | — | — | — | Compartment | Datacenter | +| Second | — | Resource Group | — | Compartment | Datacenter | | Geographic | Region | Region | Region | Region | — | | Network | VPC | Virtual Network | VPC | VCN | Cluster | From 5c288b9dafd25157ee48f964f21bd7693be4b7ed Mon Sep 17 00:00:00 2001 From: Dominique Alessi Date: Tue, 16 Jun 2026 15:52:02 -0400 Subject: [PATCH 05/10] Restructure resource grouping table to show per-provider Group By hierarchy Co-Authored-By: Claude Sonnet 4.6 --- .../overlays/infrastructure.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/content/en/datadog_cloudcraft/overlays/infrastructure.md b/content/en/datadog_cloudcraft/overlays/infrastructure.md index d8b5727f5be..30a82d883d3 100644 --- a/content/en/datadog_cloudcraft/overlays/infrastructure.md +++ b/content/en/datadog_cloudcraft/overlays/infrastructure.md @@ -30,14 +30,15 @@ The Infrastructure overlay is ideal for: ## Resource grouping -Resources are organized in a hierarchical structure. The grouping labels vary by provider: - -| Level | AWS | Azure | GCP | OCI | vSphere | -|-------|-----|-------|-----|-----|---------| -| Top-level | Account | Subscription | Project | Tenancy | vCenter | -| Second | — | Resource Group | — | Compartment | Datacenter | -| Geographic | Region | Region | Region | Region | — | -| Network | VPC | Virtual Network | VPC | VCN | Cluster | +Resources are organized in a hierarchical structure. The default Group By hierarchy varies by provider: + +| Provider | Default Group By hierarchy | +|----------|---------------------------| +| AWS | Account > Region > VPC > Service > Security Group Subnet | +| Azure | Subscription > Resource Group > Security Group \| Vnet > Service > Subnet | +| GCP | Project > Firewall > VPC > Region > Service > Subnet | +| OCI | Tenancy > Compartment > Region > VCN > Service > Security Group Subnet | +| vSphere | vCenter > Datacenter > Cluster > Service | This hierarchy helps you understand how resources are distributed across your cloud infrastructure. From 37013055a7f9a5caeef1014dd59d053921d6e64a Mon Sep 17 00:00:00 2001 From: Dominique Alessi Date: Tue, 16 Jun 2026 15:54:23 -0400 Subject: [PATCH 06/10] Use alert-info callout for vSphere not-supported notes on observability and security overlays Co-Authored-By: Claude Sonnet 4.6 --- content/en/datadog_cloudcraft/overlays/observability.md | 2 +- content/en/datadog_cloudcraft/overlays/security.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/datadog_cloudcraft/overlays/observability.md b/content/en/datadog_cloudcraft/overlays/observability.md index 083b0c2607c..a6adb1c9456 100644 --- a/content/en/datadog_cloudcraft/overlays/observability.md +++ b/content/en/datadog_cloudcraft/overlays/observability.md @@ -18,7 +18,7 @@ further_reading: ## Overview -**Note**: The Observability overlay is not available for vSphere accounts. +
The Observability overlay is not available for vSphere accounts.
The Observability overlay shows where the Datadog Agent is installed and what features are enabled per host, such as Application Performance Monitoring (APM), Cloud Network Monitoring (CNM), Log Management, and more. This helps you to assess visibility gaps across your environment. diff --git a/content/en/datadog_cloudcraft/overlays/security.md b/content/en/datadog_cloudcraft/overlays/security.md index eae0df278d4..66c9d114131 100644 --- a/content/en/datadog_cloudcraft/overlays/security.md +++ b/content/en/datadog_cloudcraft/overlays/security.md @@ -18,7 +18,7 @@ further_reading: ## Overview -**Note**: The Security overlay is not available for vSphere accounts. +
The Security overlay is not available for vSphere accounts.
The Security overlay highlights potential security exposures in your architecture, grouping resources by Region, VPC, and Security Group. It displays security findings detected by Cloud Security, helping you: From 19abd5f76f35ba8e4c68303d362f9bb25e290465 Mon Sep 17 00:00:00 2001 From: Dominique Alessi Date: Tue, 16 Jun 2026 16:00:59 -0400 Subject: [PATCH 07/10] Apply pr-review suggestions: Agent package wording, VNet capitalization, callout placement Co-Authored-By: Claude Sonnet 4.6 --- content/en/datadog_cloudcraft/_index.md | 2 +- content/en/datadog_cloudcraft/overlays/ccm.md | 4 ++-- content/en/datadog_cloudcraft/overlays/infrastructure.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/datadog_cloudcraft/_index.md b/content/en/datadog_cloudcraft/_index.md index cc72f5984a4..0379e8797a3 100644 --- a/content/en/datadog_cloudcraft/_index.md +++ b/content/en/datadog_cloudcraft/_index.md @@ -118,7 +118,7 @@ Enabling resource collection can impact your AWS CloudWatch costs. To avoid thes {{% tab "vSphere" %}} - To access Cloudcraft in Datadog, you need the `cloudcraft_read` [permission](#permissions). -- The Datadog Agent must be installed in your vSphere environment. The vSphere check is included in the Agent package. +- The Datadog Agent must be installed in your vSphere environment. The vSphere check is included in the Datadog Agent package. - The [vSphere integration][22] must be enabled and configured. **Note**: Only the Infrastructure and Monitors overlays are available for vSphere accounts. diff --git a/content/en/datadog_cloudcraft/overlays/ccm.md b/content/en/datadog_cloudcraft/overlays/ccm.md index 3ed5f2edc9f..28daa5502c9 100644 --- a/content/en/datadog_cloudcraft/overlays/ccm.md +++ b/content/en/datadog_cloudcraft/overlays/ccm.md @@ -16,10 +16,10 @@ further_reading: text: "Cloud Cost Management" --- -
The Cloud Cost Management overlay is not available for vSphere accounts.
- ## Overview +
The Cloud Cost Management overlay is not available for vSphere accounts.
+ The Cloud Cost overlay helps you visualize resource-level costs and identify savings opportunities within your cloud architecture diagrams. This overlay provides two views: [{{< ui >}}Cost{{< /ui >}}](#cost-view) and [{{< ui >}}Recommendations{{< /ui >}}](#recommendations-view). diff --git a/content/en/datadog_cloudcraft/overlays/infrastructure.md b/content/en/datadog_cloudcraft/overlays/infrastructure.md index 30a82d883d3..927e3f46433 100644 --- a/content/en/datadog_cloudcraft/overlays/infrastructure.md +++ b/content/en/datadog_cloudcraft/overlays/infrastructure.md @@ -35,7 +35,7 @@ Resources are organized in a hierarchical structure. The default Group By hierar | Provider | Default Group By hierarchy | |----------|---------------------------| | AWS | Account > Region > VPC > Service > Security Group Subnet | -| Azure | Subscription > Resource Group > Security Group \| Vnet > Service > Subnet | +| Azure | Subscription > Resource Group > Security Group \| VNet > Service > Subnet | | GCP | Project > Firewall > VPC > Region > Service > Subnet | | OCI | Tenancy > Compartment > Region > VCN > Service > Security Group Subnet | | vSphere | vCenter > Datacenter > Cluster > Service | From 843de858c9bef27837727c17f813aa02e4783c08 Mon Sep 17 00:00:00 2001 From: Dominique Alessi Date: Tue, 16 Jun 2026 16:04:13 -0400 Subject: [PATCH 08/10] Remove resource grouping table; simplify GCP CCM note Co-Authored-By: Claude Sonnet 4.6 --- content/en/datadog_cloudcraft/overlays/ccm.md | 2 +- .../en/datadog_cloudcraft/overlays/infrastructure.md | 12 +----------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/content/en/datadog_cloudcraft/overlays/ccm.md b/content/en/datadog_cloudcraft/overlays/ccm.md index 28daa5502c9..5ef895d45ed 100644 --- a/content/en/datadog_cloudcraft/overlays/ccm.md +++ b/content/en/datadog_cloudcraft/overlays/ccm.md @@ -23,7 +23,7 @@ further_reading: The Cloud Cost overlay helps you visualize resource-level costs and identify savings opportunities within your cloud architecture diagrams. This overlay provides two views: [{{< ui >}}Cost{{< /ui >}}](#cost-view) and [{{< ui >}}Recommendations{{< /ui >}}](#recommendations-view). -**Note**: The Cost view is not available for GCP accounts; GCP accounts support the Recommendations view only. +**Note**: For GCP accounts, only the Recommendations view is available. ## Cost view diff --git a/content/en/datadog_cloudcraft/overlays/infrastructure.md b/content/en/datadog_cloudcraft/overlays/infrastructure.md index 927e3f46433..f03f20911d4 100644 --- a/content/en/datadog_cloudcraft/overlays/infrastructure.md +++ b/content/en/datadog_cloudcraft/overlays/infrastructure.md @@ -30,17 +30,7 @@ The Infrastructure overlay is ideal for: ## Resource grouping -Resources are organized in a hierarchical structure. The default Group By hierarchy varies by provider: - -| Provider | Default Group By hierarchy | -|----------|---------------------------| -| AWS | Account > Region > VPC > Service > Security Group Subnet | -| Azure | Subscription > Resource Group > Security Group \| VNet > Service > Subnet | -| GCP | Project > Firewall > VPC > Region > Service > Subnet | -| OCI | Tenancy > Compartment > Region > VCN > Service > Security Group Subnet | -| vSphere | vCenter > Datacenter > Cluster > Service | - -This hierarchy helps you understand how resources are distributed across your cloud infrastructure. +Resources are grouped by a provider-specific hierarchy. Use the **Group by** controls at the top of the diagram to customize the grouping. ## Interact with resources From 317f33253b646081164db78744d1c449af5b3eb7 Mon Sep 17 00:00:00 2001 From: domalessi <111786334+domalessi@users.noreply.github.com> Date: Tue, 16 Jun 2026 16:29:19 -0400 Subject: [PATCH 09/10] Apply suggestion from @domalessi --- content/en/datadog_cloudcraft/overlays/ccm.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/en/datadog_cloudcraft/overlays/ccm.md b/content/en/datadog_cloudcraft/overlays/ccm.md index 5ef895d45ed..63d6d791d8a 100644 --- a/content/en/datadog_cloudcraft/overlays/ccm.md +++ b/content/en/datadog_cloudcraft/overlays/ccm.md @@ -22,7 +22,6 @@ further_reading: The Cloud Cost overlay helps you visualize resource-level costs and identify savings opportunities within your cloud architecture diagrams. This overlay provides two views: [{{< ui >}}Cost{{< /ui >}}](#cost-view) and [{{< ui >}}Recommendations{{< /ui >}}](#recommendations-view). - **Note**: For GCP accounts, only the Recommendations view is available. ## Cost view From 9db4752b89bc7bfd4686742bbbbf94df5a6a5c8c Mon Sep 17 00:00:00 2001 From: domalessi <111786334+domalessi@users.noreply.github.com> Date: Thu, 18 Jun 2026 13:19:11 -0400 Subject: [PATCH 10/10] Apply suggestion from @domalessi --- content/en/datadog_cloudcraft/overlays/ccm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/datadog_cloudcraft/overlays/ccm.md b/content/en/datadog_cloudcraft/overlays/ccm.md index 63d6d791d8a..993d634137c 100644 --- a/content/en/datadog_cloudcraft/overlays/ccm.md +++ b/content/en/datadog_cloudcraft/overlays/ccm.md @@ -22,7 +22,7 @@ further_reading: The Cloud Cost overlay helps you visualize resource-level costs and identify savings opportunities within your cloud architecture diagrams. This overlay provides two views: [{{< ui >}}Cost{{< /ui >}}](#cost-view) and [{{< ui >}}Recommendations{{< /ui >}}](#recommendations-view). -**Note**: For GCP accounts, only the Recommendations view is available. +**Note**: For GCP and OCI accounts, only the Recommendations view is available. ## Cost view