-
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
Remove circular dependecy between apm and infra #89739
Conversation
* Move `getTraceUrl` in the APM plugin to `getApmTraceUrl` in the observability plugin and use that instead in infra. * Remove unused APM plugin depenency in infra. * Use `pathname` instead of `hash` in infra to apm link to avoid unnecessary redirect.
Pinging @elastic/apm-ui (Team:apm) |
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
Test FailuresKibana Pipeline / general / X-Pack Accessibility Tests.x-pack/test/accessibility/apps/uptime·ts.uptime overview alert popover controlsStandard Out
Stack Trace
Metrics [docs]Module Count
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
* Move `getTraceUrl` in the APM plugin to `getApmTraceUrl` in the observability plugin and use that instead in infra. * Remove unused APM plugin depenency in infra. * Use `pathname` instead of `hash` in infra to apm link to avoid unnecessary redirect.
* Move `getTraceUrl` in the APM plugin to `getApmTraceUrl` in the observability plugin and use that instead in infra. * Remove unused APM plugin depenency in infra. * Use `pathname` instead of `hash` in infra to apm link to avoid unnecessary redirect.
getTraceUrl
in the APM plugin togetApmTraceUrl
in the observability plugin and use that instead in infra.pathname
instead ofhash
in infra to apm link to avoid unnecessary redirect.References #81003, #80508.