-
Notifications
You must be signed in to change notification settings - Fork 11
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
fix(tracing): lifecycle view and tab partials #1908
base: main
Are you sure you want to change the base?
Conversation
4ea3439
to
a797fe4
Compare
a797fe4
to
ddf239e
Compare
Sometimes the request latency is out of view when I open the summary view. Reproduction link: https://pr-5577--gateway-manager.cloud-preview.konghq.tech/us/gateway-manager/03a13dd9-cf6c-4f8c-b2f8-1c3fc34a4f29/active-tracing/sessions/01949224-c46e-7dcd-a2c6-9de98afcd7a8/traces/9513ffd6b98ea780b538ebd7fd292890 |
@Leopoldthecoder Good catch. It seems that the
What do you think? |
I think now it's better: it gives users the whole picture. 👍 |
Preview components from this PR in consuming applicationIn consuming application project install preview versions of shared packages generated by this PR:
|
Summary
<LifecycleView />
to show request lifecycles in flowcharts<PayloadDisplay />
to show payload info like request/response headers/body<SummaryViewTab />
to build up the tab for request lifecycle, info, and captured payloadKM-773