-
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
[ObsUX][Infra] Fix loading spinner and tooltip for host from APM #191908
[ObsUX][Infra] Fix loading spinner and tooltip for host from APM #191908
Conversation
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
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.
Thank you for the fix! 💯
I added some comments to remove some unused parts apart from that it looks good!
...ervability_solution/infra/public/components/asset_details/header/page_title_with_popover.tsx
Show resolved
Hide resolved
x-pack/plugins/observability_solution/infra/public/components/asset_details/template/flyout.tsx
Outdated
Show resolved
Hide resolved
9665c20
to
d5b93ce
Compare
38d96dd
to
a2a7c29
Compare
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
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 🚀 Thank you for adding the changes!
Closes #191579
Summary
When working on finding the root cause of the bug, another bug related was discovered on the host detected by APM tooltip, it was introduced by this PR when we check for
metadataLoading
to finish, as we don’t do it for the asset details page the loading spinner wasn’t shown there when refreshing the page, but the tooltip shows because is still waiting for the metadata request to finish in order to retrieve the integration.To fix this, we don't apply loading spinner to the asset name, but we do it for the tooltip
BEFORE
Screen.Recording.2024-08-30.at.15.43.48.mov
AFTER
Screen.Recording.2024-09-02.at.12.40.42.mov