Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TCX support #1478

Merged
merged 9 commits into from
Jan 8, 2025

Add TCX and Netlink tests

28d807f
Select commit
Loading
Failed to load commit list.
Merged

Add TCX support #1478

Add TCX and Netlink tests
28d807f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 8, 2025 in 0s

80.19% (-1.25%) compared to acf7ad7

View this Pull Request on Codecov

80.19% (-1.25%) compared to acf7ad7

Details

Codecov Report

Attention: Patch coverage is 49.12023% with 347 lines in your changes missing coverage. Please review.

Project coverage is 80.19%. Comparing base (acf7ad7) to head (28d807f).

Files with missing lines Patch % Lines
pkg/internal/ebpf/tcmanager/tcxmanager.go 3.24% 179 Missing ⚠️
pkg/internal/ebpf/tcmanager/netlinkmanager.go 62.96% 90 Missing and 20 partials ⚠️
pkg/internal/ebpf/tcmanager/tcmanager.go 59.37% 13 Missing ⚠️
pkg/internal/ebpf/tcmanager/util.go 0.00% 13 Missing ⚠️
pkg/internal/ebpf/tcmanager/filter.go 80.32% 8 Missing and 4 partials ⚠️
pkg/internal/netolly/agent/agent.go 77.27% 10 Missing ⚠️
pkg/internal/ebpf/httptracer/httptracer.go 77.77% 2 Missing and 2 partials ⚠️
pkg/beyla/config.go 0.00% 2 Missing and 1 partial ⚠️
pkg/internal/ebpf/tctracer/tctracer.go 82.35% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1478      +/-   ##
==========================================
- Coverage   81.44%   80.19%   -1.25%     
==========================================
  Files         149      153       +4     
  Lines       15268    15619     +351     
==========================================
+ Hits        12435    12526      +91     
- Misses       2233     2485     +252     
- Partials      600      608       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.