From 88efaea3212a5d9f6191660dbe0bd856f7ac660c Mon Sep 17 00:00:00 2001 From: Dan Kortschak Date: Fri, 20 May 2022 10:07:44 +0930 Subject: [PATCH] add intro para --- packages/network_traffic/_dev/build/docs/README.md | 6 ++++++ packages/network_traffic/docs/README.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/packages/network_traffic/_dev/build/docs/README.md b/packages/network_traffic/_dev/build/docs/README.md index fd82495fae60..09639d8191a3 100644 --- a/packages/network_traffic/_dev/build/docs/README.md +++ b/packages/network_traffic/_dev/build/docs/README.md @@ -3,6 +3,12 @@ This integration sniffs network packets on a host and dissects known protocols. +Monitoring your network traffic is critical to gaining observability and +securing your environment — ensuring high levels of performance and security. +The Network Packet Capture integration captures the network traffic between +your application servers, decodes common application layer protocols and +records the interesting fields for each transaction. + ## Supported Protocols Currently, Network Packet Capture supports the following protocols: diff --git a/packages/network_traffic/docs/README.md b/packages/network_traffic/docs/README.md index 7ebd8b61067e..442a1293abc9 100644 --- a/packages/network_traffic/docs/README.md +++ b/packages/network_traffic/docs/README.md @@ -3,6 +3,12 @@ This integration sniffs network packets on a host and dissects known protocols. +Monitoring your network traffic is critical to gaining observability and +securing your environment — ensuring high levels of performance and security. +The Network Packet Capture integration captures the network traffic between +your application servers, decodes common application layer protocols and +records the interesting fields for each transaction. + ## Supported Protocols Currently, Network Packet Capture supports the following protocols: