You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- this required wiring Contexts into some flows to
propagate the tracing links/trees
- hence profusion of small edits
- added "[START]" markers to trace names of entrypoint/
beginning-of-flow trace spans
- for ease of identification in Jaeger
nephio-project/nephio#828
During debugging of porch performance issues, it was noticed that in certain places of the code, tracing doesn't exist.
For example,
It is important to add traces to the missing parts of the code so that debugging and analyzing code can be done effectively.
The text was updated successfully, but these errors were encountered: