kruskall
kruskall
the refresh goroutine leaks forever and there's no way to stop it: https://github.com/KimMachineGun/automemlimit/blob/a9a712bee9977065cf72b4f29fcaf3a4e0573e13/memlimit/memlimit.go#L213
## What does this pull request do? apm schema was moved to apm-data a long time ago and the apm-server files are just a mirror ## Why is it important?...
**Describe the bug** testify is a test dependencies and should not be used outside tests The dependency is currently linked in the final binary. I suspect this is caused by...
**Describe the bug** DCE (dead code elimination) is being disabled because of problematic use of reflection. This should be a bug for any production binary. deadcode being included is significantly...
**Describe the bug** cloudbeat includes both aws SDK v1 and v2. This is unnecessary and it's just bloating the binary. This seems to be caused by go-getter so we could...