-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[ML] Adding datafeed timing stats to Job Management list #40993
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
[ML] Adding datafeed timing stats to Job Management list #40993
Conversation
|
Pinging @elastic/ml-ui |
alvarezmelissa87
left a comment
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 ⚡️
|
It might be better to wait until /cc @sophiec20 |
walterra
left a comment
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.
Just added a questions about the object structure checks.
x-pack/legacy/plugins/ml/public/jobs/jobs_list/components/job_details/extract_job_details.js
Outdated
Show resolved
Hide resolved
💚 Build Succeeded |
peteharverson
left a comment
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 |
|
to confirm @droberts195 , do we want to filter out |
70219a0 to
387d81f
Compare
💚 Build Succeeded |
droberts195
left a comment
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
* [ML] Adding datafeed timing stats to Job Management list * renaming section title * adding extra datafeed_config check * filtering out total_search_time_ms
Datafeed timing stats added to expanded job in job management page
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.- [ ] This was checked for cross-browser compatibility, including a check against IE11- [ ] Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support- [ ] Documentation was added for features that require explanation or tutorials- [ ] Unit or functional tests were updated or added to match the most common scenarios- [ ] This was checked for keyboard-only and screenreader accessibilityFor maintainers
- [ ] This was checked for breaking API changes and was labeled appropriately- [ ] This includes a feature addition or change that requires a release note and was labeled appropriately