From 51f3e3b7cec64e847a91f74a4d935b8cd857a1b2 Mon Sep 17 00:00:00 2001 From: Alon Girmonsky <1990761+alongir@users.noreply.github.com> Date: Fri, 16 Aug 2024 13:08:08 -0700 Subject: [PATCH] Disable TCP dissector by default TCP dissector can be added as a helm value. This dissector shouldn't be used in production clusters, as enabling this dissector will consume enormous amounts of CPU and memory. --- helm-chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index 95033a96a..c16552f8c 100644 --- a/helm-chart/values.yaml +++ b/helm-chart/values.yaml @@ -125,7 +125,7 @@ tap: - redis - sctp - syscall - - tcp + # - tcp - ws metrics: port: 49100