Disable TCP dissector by default (#1583)

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.

TODO: Have the TCP dissector adhere to pod targeting rules.
This commit is contained in:
Alon Girmonsky 2024-08-16 11:32:29 -07:00 committed by GitHub
parent ec616cb32c
commit be96d4e099
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,7 +82,7 @@ func CreateDefaultConfig() ConfigStruct {
"redis",
"sctp",
"syscall",
"tcp",
// "tcp",
"ws",
},
},