-
Notifications
You must be signed in to change notification settings - Fork 9
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
MONIT-40444: Pixie script changes for handling raw ebpf data and eBPF… #272
base: main
Are you sure you want to change the base?
Conversation
@zen10001 we need to hold off on merging this since customers will be using the PxL script directly from |
understand. won't merge into main until after beta release. Just for review and testing. |
a4c2dac
to
b1d7a8e
Compare
@zen10001 we changed how we use PxL scripts since PR was opened. They're now deployed as K8s ConfigMaps (removing the need for the Pixie control plane to deploy PxL scripts):
Could you update the ConfigMaps with these changes, so this PR can remain the source of truth for when we eventually merge it? |
Co-authored-by: Glenn Oppegard <[email protected]>
Co-authored-by: Glenn Oppegard <[email protected]>
Co-authored-by: Glenn Oppegard <[email protected]>
This ticket is the pixie script changes for MONIT-40224 and MONIT-40568
Design document for a New Sampling Strategy for eBPF traffic(MONIT-40224) is here https://confluence.eng.vmware.com/pages/viewpage.action?spaceKey=WFENG&title=Design+Doc+for+a+New+Sampling+Strategy+for+eBPF+traffic
MONIT-40568 is for handling raw ebpf traffic in Application Topology. i.e. We no longer need to generate the synthetic parent span for pixie traffic, thus cutting the tracing data by half.