Adding goleak
for fixing goroutine leaks in KubeArmor
#1910
Labels
enhancement
New feature or request
goleak
for fixing goroutine leaks in KubeArmor
#1910
Feature Request
Short Description
Managing Go-Routines is critical and can lead to performance issues if too many go routines are leaked. So adding
uber/goleak
to tests would be benificial in enhancing the performance of KubeArmor.Is your feature request related to a problem? Please describe the use case.
It can indeed become a problem when KubeArmor will become more complex and big, like for many CNCF projects (jaeger etc)
Describe the solution you'd like
We can start by integrating our tests with
go-leak
and ofcourse there would be some leakages, if they are inevetable then we can create a script to ignore goleak in those components otherwise fix them!The text was updated successfully, but these errors were encountered: