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.
This commit is contained in:
Alon Girmonsky 2024-08-16 13:08:08 -07:00 committed by GitHub
parent 2a640c8d38
commit 51f3e3b7ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -125,7 +125,7 @@ tap:
- redis
- sctp
- syscall
- tcp
# - tcp
- ws
metrics:
port: 49100