-
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] "View job" link from latency charts leads to a malfunctioning page #86788
[APM] "View job" link from latency charts leads to a malfunctioning page #86788
Conversation
Pinging @elastic/apm-ui (Team:apm) |
x-pack/plugins/apm/public/components/shared/Links/MachineLearningLinks/MLManageJobsLink.tsx
Outdated
Show resolved
Hide resolved
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.
This looks good, have you made sure all links to ML are working properly? E.g. setup link, settings page, service overview page, service transactions page, service map (not sure if there are more).
💚 Build SucceededMetrics [docs]Module Count
Async chunks
History
To update your PR or re-run it, just comment with: |
…age (elastic#86788) * fixing ML links * fixing ML links
…age (elastic#86788) * fixing ML links * fixing ML links
closes #86774
On kibana advanced settings when the property
Time filter refresh interval
is set like:It triggers all requests every second. To avoid it, I hardcoded the
pause
option totrue
.There's an issue open on kibana to improve it #70562
ml.-.settings.-.link.mov
ml-latency-link.mov