collector icon indicating copy to clipboard operation
collector copied to clipboard

Exclude unneeded progs

Open erthalion opened this issue 2 months ago • 2 comments

Description

Reduce number of bpf programs we include into the final probe. This helps to reduce the probe size, and as a side effect helps fighting debug log truncation due to its large size (it contains relocations for all of those progs).

Checklist

  • [x] Investigated and inspected CI test results
  • [ ] Updated documentation accordingly

Automated testing

  • [ ] Added unit tests
  • [ ] Added integration tests
  • [ ] Added regression tests

If any of these don't apply, please comment below.

Testing Performed

Manual testing.

erthalion avatar Apr 18 '24 16:04 erthalion