-
Notifications
You must be signed in to change notification settings - Fork 368
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
Live Traffic Tracing #3428
Comments
There is no permission to comment for the Google doc? In the doc, you write:
But it seems to me that you mean "differentiate packets from different hosts" and not "correlate packets from different hosts". |
Unless you mean match the packet captured at the source Node and the packet captured at the destination Node, to identify that this is the same packet. |
We discussed in the community meeting, but also share my two general comments here:
|
Sorry, I have updated the permis
Sorry, I have updated the link and changed permissions. Please try again. |
Yeah, I mean the same packet in differenet locations, use the IPID field to correlate them. I will update the doc to make that clear. Thanks |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment, or this will be closed in 90 days |
Describe what you are trying to solve
Antrea Traceflow support tracing crafted traffic and first packet of live traffic. To help the end user get more insight into the live traffic, its would be better if we can support the following:
After trace multiple packets in real traffic, we can captured these packets and allow users to download and review them locally. Meanwhile, we can choose to generated various metadata based on these raw packets and show them in Octant UI.
Describe the solution you have in mind
Frist, the main archtecture of traceflow will stay unchanged. Besides that, we can:
Describe how your solution impacts user flows
A new field will be add to the traceflow CRD, we can call it
sample
, users can config their sample parameters in it.Describe the main design/architecture of your solution
See doc: google doc link
Alternative solutions that you considered
Test plan
Additional context
The text was updated successfully, but these errors were encountered: