-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Uptime UI] Create new check details view #80156
Comments
Pinging @elastic/uptime (Team:uptime) |
Adding a requirement that when this page is worked on, it will include a link to the waterfall chart as defined in #80162 |
Added a reference to #88223 to ensure we use the same implementation for the click through to the waterfall chart |
Discussed the click action again in the refinement session:
|
This view will change how the breadcrumb for waterfall view works For waterfall view it will become like this Uptime / Monitor/ Feb 2019 / Performance Breakdown |
Since we are showing a large image in the expanded row, hover image will not make sense now. Only full screen view for image will exist. |
Step name will not be clickable anymore , there will be a Link to waterfall view saying 'View performance breakdown' in each step row. |
Console log and stack trace are going to be accordion as far as i understand, since both can be very long, so displaying them in a managed UI makes sesnse. Please correct me if otherwise. |
Things I looked for while testing this new view:
|
Describe the feature:
This view should list all steps of a synthetic check.
Wireframe
Headline and timestamp of check
Next/previous check buttons
These buttons should enable a user to navigate to the next/previous check of a monitor.
Steps table
Failed step
For failed steps, we show additionally the resulting image and the expected image (+timestamp when this screenshot was taken), the error message, and the script. Depending on the error case we will exchange this content (or even the whole table for an error message.)
Link to the waterfall chart
There will be a link from this page to the waterfall chart as defined in #80162 (also refer to #88223 for how an additional button is being added to get to the waterfall, to use the same implementation)
This issue does not include the next/previous buttons on the top right, they will be handled in a separate issue.
Figma file
cc @drewpost @andrewvc @paulb-elastic
The text was updated successfully, but these errors were encountered: