-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[ML] APM Latency Correlations UX improvements/fixes #108860
[ML] APM Latency Correlations UX improvements/fixes #108860
Conversation
@walterra I noticed two more things just going through it again (in dark mode). Default charts configuration is not used Filters added using special chars are not formatted correctly in the query bar Fixed the formatting of the URL yielded results in the end |
Pinging @elastic/apm-ui (Team:apm) |
Pinging @elastic/ml-ui (:ml) |
@formgeist Thanks for the hint with the theming in other charts, I was able to fix it in 14c6896 Fixed Light mode: Fixed Dark mode: |
Tested latest changes and LGTM 🎉 |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @walterra |
- Tweak label for log log chart data series for all transactions. - Show tip to drag to select a range in the Trace samples distribution chart panel. - Change the selected range label and clear selection option to `EuiBadge` with click action and tooltip on hover 'Clear selection'. - Move the 'current sample' annotation to the bottom axis to not overlap with the 95p annotation marker. - Move the help popover to the top of the panel. - Move the refresh/cancel option to the right of the progress bar. - Always display the table for correlations. - Show improved empty state using the `EuiEmptyPrompt` for the correlations table when no significant correlations are found. - Fix Filter behaviour: when clicking on the filter item, jump to show top of page where the filter bar is evident, and reset the correlation tabs and show the Trace Samples tab - Fix updating the log log chart and correlation service when the user changes the kquery or time span.
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
- Tweak label for log log chart data series for all transactions. - Show tip to drag to select a range in the Trace samples distribution chart panel. - Change the selected range label and clear selection option to `EuiBadge` with click action and tooltip on hover 'Clear selection'. - Move the 'current sample' annotation to the bottom axis to not overlap with the 95p annotation marker. - Move the help popover to the top of the panel. - Move the refresh/cancel option to the right of the progress bar. - Always display the table for correlations. - Show improved empty state using the `EuiEmptyPrompt` for the correlations table when no significant correlations are found. - Fix Filter behaviour: when clicking on the filter item, jump to show top of page where the filter bar is evident, and reset the correlation tabs and show the Trace Samples tab - Fix updating the log log chart and correlation service when the user changes the kquery or time span. Co-authored-by: Walter Rafelsberger <[email protected]>
I added an item about the character encoding problem when filtering to the meta issue, it wasn't fixed as part of this PR, see #106381. |
Summary
Part of #108332.
Follow up to #107266.
EuiBadge
with click action and tooltip on hover 'Clear selection'. 64937ffEuiEmptyPrompt
for the correlations table when no significant correlations are found. 212b77fChecklist
Delete any items that are not applicable to this PR.
For maintainers