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

[APM][ECO] Add link "Explore logs" in logs charts #191704

Merged
merged 6 commits into from
Aug 29, 2024

Conversation

kpatticha
Copy link
Contributor

Summary

closes #190520

Screen.Recording.2024-08-28.at.12.01.10.mov

@kpatticha kpatticha requested a review from a team as a code owner August 29, 2024 08:43
@botelastic botelastic bot added ci:project-deploy-observability Create an Observability project Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team labels Aug 29, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services)

@obltmachine
Copy link

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • /oblt-deploy : Deploy a Kibana instance using the Observability test environments.
  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@kpatticha kpatticha added release_note:skip Skip the PR/issue when compiling release notes v8.16.0 labels Aug 29, 2024
Copy link
Contributor

@crespocarlos crespocarlos left a 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>;
Copy link
Contributor

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>

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 2cf9287

@kpatticha
Copy link
Contributor Author

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

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

@kpatticha kpatticha requested a review from crespocarlos August 29, 2024 09:42
Copy link
Contributor

@crespocarlos crespocarlos left a comment

Choose a reason for hiding this comment

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

LGTM

@kpatticha kpatticha enabled auto-merge (squash) August 29, 2024 10:10
@kibana-ci
Copy link
Collaborator

kibana-ci commented Aug 29, 2024

💛 Build succeeded, but was flaky

  • Buildkite Build
  • Commit: 9815742
  • Kibana Serverless Image: docker.elastic.co/kibana-ci/kibana-serverless:pr-191704-9815742f6311

Failed CI Steps

Metrics [docs]

Module Count

Fewer modules leads to a faster build time

id before after diff
apm 1933 1939 +6

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
apm 3.5MB 3.5MB +1.2KB

History

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

@kpatticha kpatticha merged commit ddc42ee into elastic:main Aug 29, 2024
30 checks passed
@kibanamachine kibanamachine added the backport:skip This commit does not require backporting label Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting ci:project-deploy-observability Create an Observability project release_note:skip Skip the PR/issue when compiling release notes Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team v8.16.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[APM][Services] Add links to log charts for quick access to Logs Explorer in service overview
6 participants