From 2950d64e1fd585f5341e3947ea50cac5a6c219eb Mon Sep 17 00:00:00 2001 From: aliciascott Date: Thu, 21 Nov 2024 11:56:28 -0700 Subject: [PATCH 1/2] adding NDM-Netflow retentions --- .../developers/guide/data-collection-resolution-retention.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/developers/guide/data-collection-resolution-retention.md b/content/en/developers/guide/data-collection-resolution-retention.md index 9ed50abc7dcd2..ef93a3051d268 100644 --- a/content/en/developers/guide/data-collection-resolution-retention.md +++ b/content/en/developers/guide/data-collection-resolution-retention.md @@ -45,7 +45,9 @@ Find below a summary of Datadog data [collection][6], [resolution][5], and reten | Infrastructure | Orchestrator Explorer (Kubernetes) | Datadog Agent | 15 seconds | 15 seconds | 15 minutes | | Infrastructure | Live containers | Datadog Agent + enabled Docker integration or Datadog container Agent | 2 seconds | 1 second | 36 hours | | Infrastructure | Live processes | Datadog Agent + Process Agent | 2 seconds | 1 second | 36 hours | -| Infrastructure | Network Performance Monitoring | System Probe | 30 seconds | 1 min | 14 days | +| Infrastructure | Network Performance Monitoring | System Probe | 30 seconds | 1 min | 14 days +| Infrastructure | Network Device Monitoring | Datadog Agent | 15 seconds | 15 seconds | 15 days +| Infrastructure | NetFlow Monitoring | Datadog Agent | 15 seconds | 15 seconds | 30 days | | Infrastructure | System metrics | Datadog Agent | 15 seconds | 1 second | 15 months | | Logs | Logs | Datadog Agent + Logs, third-party log collectors, or API | Real time | 1 millisecond | Plan | | Real User Monitoring | Error Tracking | RUM SDK | 2 minutes | 60 seconds | 30 days
View, Error, and User Action events can be extended to 90 days at no cost by reaching out to Support. | From 3ba6a92993c02f00f452e1373db879f6e56b7210 Mon Sep 17 00:00:00 2001 From: aliciascott Date: Thu, 21 Nov 2024 15:33:17 -0700 Subject: [PATCH 2/2] final updates from Eng feedback --- .../guide/data-collection-resolution-retention.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/developers/guide/data-collection-resolution-retention.md b/content/en/developers/guide/data-collection-resolution-retention.md index ef93a3051d268..de159deeca9f8 100644 --- a/content/en/developers/guide/data-collection-resolution-retention.md +++ b/content/en/developers/guide/data-collection-resolution-retention.md @@ -46,9 +46,9 @@ Find below a summary of Datadog data [collection][6], [resolution][5], and reten | Infrastructure | Live containers | Datadog Agent + enabled Docker integration or Datadog container Agent | 2 seconds | 1 second | 36 hours | | Infrastructure | Live processes | Datadog Agent + Process Agent | 2 seconds | 1 second | 36 hours | | Infrastructure | Network Performance Monitoring | System Probe | 30 seconds | 1 min | 14 days -| Infrastructure | Network Device Monitoring | Datadog Agent | 15 seconds | 15 seconds | 15 days -| Infrastructure | NetFlow Monitoring | Datadog Agent | 15 seconds | 15 seconds | 30 days | -| Infrastructure | System metrics | Datadog Agent | 15 seconds | 1 second | 15 months | +| Infrastructure | Network Device Monitoring | Datadog Agent | 15 seconds | 1 second | 15 months +| Infrastructure | NetFlow Monitoring | Datadog Agent | Real time | Aggregated over 5 min interval | 30 days | +| Infrastructure | System metrics | Datadog Agent | 15 seconds | 1 second | 15 months | | Logs | Logs | Datadog Agent + Logs, third-party log collectors, or API | Real time | 1 millisecond | Plan | | Real User Monitoring | Error Tracking | RUM SDK | 2 minutes | 60 seconds | 30 days
View, Error, and User Action events can be extended to 90 days at no cost by reaching out to Support. | | Real User Monitoring | Real User Monitoring | RUM SDK | Real time | 1 millisecond | 30 days for Session, View, Action, and Error events
15 days for resource and long task events. |