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
The waterfall chart is not showing redirects or DNS failure requests correctly. These are implemented differently within the Chrome events, so likely that we are not extracting these requests correctly for storing into ES for displaying on the waterfall chart.
Issues:
DNS failures
There is a row in the waterfall chart for the domain/request, but no chart data showing the DNS lookup time (which happens to fail)
Redirects are not shown at all
There is no row in the waterfall chart
The text was updated successfully, but these errors were encountered:
The redirect issue is a bug in the agent as we override the record of the event. CDP issues the event with the same request id for both of the redirected request and also the proper request. Will have to do a proper fix.
For the DNS failure, there is timings.total which should be used instead, Guess that would be fixed along with the squished waterfall PR that @dominiqueclarke is working on. The redirect issue would be fixed by this PR #180
The waterfall chart is not showing redirects or DNS failure requests correctly. These are implemented differently within the Chrome events, so likely that we are not extracting these requests correctly for storing into ES for displaying on the waterfall chart.
Issues:
The text was updated successfully, but these errors were encountered: