-
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
[APM] Show APM services to recently accessed in Kibana Home #18135
Comments
Original comment by @sqren: Thanks @alexfrancoeur, sounds pretty straight-forward. We'll implement this as described, and merge it after #16556. |
Original comment by @formgeist: @sqren Might need a short discussion around what we think is viable to put in the recently accessed from the APM app cc @makwarth |
Original comment by @sqren: @formgeist Sure, I've added it to our board and expect we'll would go over it Tuesday. |
Original comment by @nreese: Maybe we should bump the history to something a little higher, say 25 or 30 since the overflow gets put into a dropdown |
Original comment by @formgeist: In our Kibana Home meeting yesterday we discussed simply adding the last visited service only, since constantly adding breadcrumbs back to specific detail pages, doesn't really make sense. You'd much rather just simply go back to the overview page for a single service. |
Original comment by @alexfrancoeur: FYI #16556 was just merged |
Original comment by @sqren: @alexfrancoeur Thanks! I don't think this will make it in time for FF so it'll end up in 6.4. Is that ok? |
Original comment by @sqren:
@formgeist this is still the case, right? |
Original comment by @alexfrancoeur: @sqren that's fine, no worries 🍻 |
Original comment by @formgeist: @sqren Yeah, that's still the intent to only show the last visited service. |
@alvarolobato is this fix actually planned for 6.5? Looks like the issue was rolled over automatically a couple times. If you don't have a specific plan, would it be possible to remove the version label until the work actually happens? |
@rayafratkina no it's not. I've removed it, thanks for letting me know, it wen't under our radar for a while. |
Is this ticket still relevant? I don't see any other apps showing up in "Recently viewed" (it's greyed out). |
Pinging @elastic/kibana-core-ui (Team:Core UI) |
Spring cleaning and closing due to inactivity. Feel free to open if this is still relevant. |
Fair enough. Let's see how we can fit it into the roadmap in the near future. |
@sqren Updated the description to reflect more recent design with a description of what we want to include. |
clsoing in favor of new pin functionality |
Related to open pinning issue in Kibana #65109 |
Summary
We want to show recently viewed APM service as "recently viewed" in the Kibana sidebar. It should be formatted like;
APM [Service name]
It should only display a single item (logging only the most recently viewed).
I believe this is the Kibana docs for it https://github.com/elastic/kibana/blob/master/src/core/public/chrome/recently_accessed/recently_accessed_service.ts
The text was updated successfully, but these errors were encountered: