From 226c16a91f41e34eff4b40f1c739c789289d2eeb Mon Sep 17 00:00:00 2001 From: jeff-morgan-dd Date: Fri, 5 Jun 2026 15:30:27 -0400 Subject: [PATCH 1/2] (DOCS-14106) Add Traces tab to sidepanel section --- .../cloud_network_monitoring/network_analytics.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/en/network_monitoring/cloud_network_monitoring/network_analytics.md b/content/en/network_monitoring/cloud_network_monitoring/network_analytics.md index e35b71cdafe..16af31f6e56 100644 --- a/content/en/network_monitoring/cloud_network_monitoring/network_analytics.md +++ b/content/en/network_monitoring/cloud_network_monitoring/network_analytics.md @@ -189,6 +189,12 @@ The top of the sidepanel displays common client and server tags shared by the in - Granular context such as the container, task, or host to which traffic is flowing. - Wider context such as the availability zone, cloud provider account, or deployment in which the service runs. +### Traces + +The **Traces** tab shows APM traces associated with the selected network flow. Use this tab to pivot from a network-level issue—such as high latency or elevated retransmit counts—to the application traces for the services involved, giving you end-to-end visibility from network traffic to application performance. + +For more information, see [APM Distributed Tracing][17]. + ### Security The **Security** tab highlights potential network threats and findings detected by [Workload Protection][6] and [Cloud Security Misconfigurations][7]. These signals are generated when Datadog detects network activity that matches a [detection or compliance rule][8], or if there are other threats and misconfigurations related to the selected network flow. @@ -371,4 +377,5 @@ network: [12]: /getting_started/tagging/unified_service_tagging/ [15]: /network_monitoring/cloud_network_monitoring/tags_reference/#neutral-tags [16]: /network_monitoring/cloud_network_monitoring/tags_reference/ +[17]: /tracing/ From 2b8813eb62f00b9ffcdfdef9847b5701d2155e5e Mon Sep 17 00:00:00 2001 From: jeff-morgan-dd Date: Mon, 8 Jun 2026 17:02:38 -0400 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: domalessi <111786334+domalessi@users.noreply.github.com> --- .../cloud_network_monitoring/network_analytics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/network_monitoring/cloud_network_monitoring/network_analytics.md b/content/en/network_monitoring/cloud_network_monitoring/network_analytics.md index 16af31f6e56..acc91b99cf9 100644 --- a/content/en/network_monitoring/cloud_network_monitoring/network_analytics.md +++ b/content/en/network_monitoring/cloud_network_monitoring/network_analytics.md @@ -191,9 +191,9 @@ The top of the sidepanel displays common client and server tags shared by the in ### Traces -The **Traces** tab shows APM traces associated with the selected network flow. Use this tab to pivot from a network-level issue—such as high latency or elevated retransmit counts—to the application traces for the services involved, giving you end-to-end visibility from network traffic to application performance. +The **Traces** tab shows APM traces associated with the selected network flow. Use this tab to pivot from a network-level issue—such as high latency or elevated retransmit counts—to the application traces for the services involved. -For more information, see [APM Distributed Tracing][17]. +For more information, see [APM][17]. ### Security