-
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] Fix APM latency order of sticky header properties, add help popover #103759
Conversation
Pinging @elastic/ml-ui (:ml) |
Pinging @elastic/apm-ui (Team:apm) |
@elasticmachine run elasticsearch-ci/docs |
x-pack/plugins/apm/public/components/app/help_popover/help_popover.scss
Outdated
Show resolved
Hide resolved
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.
thanks!
x-pack/plugins/apm/public/components/app/correlations/ml_latency_correlations_help_popover.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/apm/public/components/app/correlations/ml_latency_correlations_help_popover.tsx
Outdated
Show resolved
Hide resolved
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.
Some minor comments
@elasticmachine merge upstream |
x-pack/plugins/apm/public/components/app/correlations/ml_latency_correlations.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/apm/public/components/app/correlations/ml_latency_correlations_help_popover.tsx
Show resolved
Hide resolved
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.
Some minor changes
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.
I noticed an issue with the internationalization of the icon used to launch the help popover - would you be able to include the fix in this PR?
x-pack/plugins/apm/public/components/app/help_popover/help_popover.tsx
Outdated
Show resolved
Hide resolved
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
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
History
To update your PR or re-run it, just comment with: cc @qn895 |
…ver (elastic#103759) * [ML] APM latency correlations help popover * Remove spacer * [ML] Updates correlation tooltip * Remove scss, use styled popover instead * Fix order to be Service > Environment > Transaction * Addresses popover text feedback * Addresses more popover text feedback * Adds performance warning to popover; improves tooltip * Internationalizes aria label in popover * Internationalizes aria label in ML popover Co-authored-by: Quynh Nguyen <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
…ver (elastic#103759) * [ML] APM latency correlations help popover * Remove spacer * [ML] Updates correlation tooltip * Remove scss, use styled popover instead * Fix order to be Service > Environment > Transaction * Addresses popover text feedback * Addresses more popover text feedback * Adds performance warning to popover; improves tooltip * Internationalizes aria label in popover * Internationalizes aria label in ML popover Co-authored-by: Quynh Nguyen <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
…ver (#103759) (#105474) * [ML] APM latency correlations help popover * Remove spacer * [ML] Updates correlation tooltip * Remove scss, use styled popover instead * Fix order to be Service > Environment > Transaction * Addresses popover text feedback * Addresses more popover text feedback * Adds performance warning to popover; improves tooltip * Internationalizes aria label in popover * Internationalizes aria label in ML popover Co-authored-by: Quynh Nguyen <[email protected]> Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Quynh Nguyen <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
…ver (#103759) (#105473) * [ML] APM latency correlations help popover * Remove spacer * [ML] Updates correlation tooltip * Remove scss, use styled popover instead * Fix order to be Service > Environment > Transaction * Addresses popover text feedback * Addresses more popover text feedback * Adds performance warning to popover; improves tooltip * Internationalizes aria label in popover * Internationalizes aria label in ML popover Co-authored-by: Quynh Nguyen <[email protected]> Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Quynh Nguyen <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
Summary
Related to #99905
This PR fixes #104185. The updated order for the flyout header properties is now Service name | Environment | Transaction name
This PR adds an EuiPopover similar to how they were added in Lens and contains content similar to what was originally written in the Kibana guide.
It also addresses feedback about the text in the tooltip: