-
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
Add button to view full service map #59394
Conversation
Pinging @elastic/apm-ui (Team:apm) |
retest |
@elasticmachine merge upstream |
1 similar comment
@elasticmachine merge upstream |
<Button | ||
aria-label={viewFullMapLabel} | ||
color="text" | ||
href={getAPMHref('/service-map', currentSearch)} |
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.
we should pass all of the params (useUrlParams().urlParams
) in the 3rd argument to getAPMHref
, otherwise it will lose filters like date/time range and environment as they navigate.
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.
Updated in 9987f8ba12.
b9985e3
to
9987f8b
Compare
Closes elastic#59325. It does sometimes cause the map to not be centered when switching, which will be addressed in a separate PR as part of elastic#59164. Also add a missing prop to the popover. It was causing the focus button there to never be disabled.
9987f8b
to
94eb1e1
Compare
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.
looks great!
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
Closes elastic#59325. It does sometimes cause the map to not be centered when switching, which will be addressed in a separate PR as part of elastic#59164. Also add a missing prop to the popover. It was causing the focus button there to never be disabled.
* master: [Alerting] extend Alert Type with names/descriptions of action variables (elastic#59756) [Ingest] Fix data source creation and double system data source (elastic#60069) Add button to view full service map (elastic#59394) unskip tests for code coverage (elastic#59725) [Ingest] Add Fleet & EPM features (elastic#59376) [Logs UI] Show navigation bar while loading source configurati… (elastic#59997) [Endpoint] ERT-82 Alerts search bar (elastic#59702) Aggregate queue types being used by Beats (elastic#59850) skip flaky suite (elastic#59541) Convert Timeline to TypeScript (elastic#59966) Make context.core required argument to context providers (elastic#59996)
Closes #59325.
It does sometimes cause the map to not be centered when switching, which will be addressed in a separate PR as part of #59164.
Change the title attributes of the controls to be tooltips.
Also add a missing prop to the popover. It was causing the focus button there to never be disabled.