Skip to content
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

Merged
merged 1 commit into from
Mar 13, 2020
Merged

Conversation

smith
Copy link
Contributor

@smith smith commented Mar 5, 2020

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.

image

@smith smith added Team:APM All issues that need APM UI Team support release_note:skip Skip the PR/issue when compiling release notes v7.7.0 apm:service-maps Service Map feature in APM labels Mar 5, 2020
@smith smith requested a review from a team as a code owner March 5, 2020 00:26
@elasticmachine
Copy link
Contributor

Pinging @elastic/apm-ui (Team:apm)

@smith
Copy link
Contributor Author

smith commented Mar 5, 2020

retest

@smith
Copy link
Contributor Author

smith commented Mar 9, 2020

@elasticmachine merge upstream

1 similar comment
@smith
Copy link
Contributor Author

smith commented Mar 12, 2020

@elasticmachine merge upstream

<Button
aria-label={viewFullMapLabel}
color="text"
href={getAPMHref('/service-map', currentSearch)}
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated in 9987f8ba12.

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.
Copy link
Contributor

@ogupte ogupte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great!

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

History

  • 💔 Build #32932 failed 9987f8ba12ff3f39ab4b9ccdd7f4fa9c55e1d05a
  • 💚 Build #32820 succeeded b9985e3d1ecb2bdda68ffd920250fbccad580a5e
  • 💚 Build #31811 succeeded bcd81fccac038175c31f44aebb506231f3a41186
  • 💚 Build #31113 succeeded 3630e6b9f5c80b5695f5436ed0f776162ad3a848

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@smith smith merged commit 1a40b97 into elastic:master Mar 13, 2020
@smith smith deleted the nls/view-full-map branch March 13, 2020 00:51
smith added a commit to smith/kibana that referenced this pull request Mar 13, 2020
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.
smith added a commit that referenced this pull request Mar 13, 2020
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.

Also add a missing prop to the popover. It was causing the focus button there to never be disabled.
gmmorris added a commit to gmmorris/kibana that referenced this pull request Mar 13, 2020
* 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apm:service-maps Service Map feature in APM release_note:skip Skip the PR/issue when compiling release notes Team:APM All issues that need APM UI Team support v7.7.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[APM] Service maps: Link to global service map from local service map
4 participants