-
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][ECO] Add link "Explore logs" in logs charts #191704
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.
Nice one! left a few nits.
I wonder if it would be better if we opened Discover in a new tab like Lens does. This way users won't lose 100% of the context
new_tab.mov
const urlToLogsExplorer = locator.getRedirectUrl(params); | ||
|
||
const navigateToLogsExplorer = () => { | ||
locator.navigate(params) as Promise<void>; |
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.
navigate
already returns Promise<void>
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 2cf9287
...ty_solution/apm/public/components/shared/explore_logs_button/logs_explorer_locator_config.ts
Show resolved
Hide resolved
IMHO it would be better to open it in a new tab. I asked the question here #190520 (comment) but my understanding from the following comment is that we want to open in same tab |
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
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Module Count
Async chunks
HistoryTo update your PR or re-run it, just comment with: |
Summary
closes #190520
Screen.Recording.2024-08-28.at.12.01.10.mov