-
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] Include services with only metric documents #92378
[APM] Include services with only metric documents #92378
Conversation
Pinging @elastic/apm-ui (Team:apm) |
* 2.0. | ||
*/ | ||
|
||
export function asMutableArray<T extends Readonly<any>>( |
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.
Can you add a comment to describe what this helper does?
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.
sure thing 👍
getHealthStatuses(params).catch((err) => { | ||
logger.error(err); | ||
return []; | ||
}), |
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.
nit: shouldn't the error handling happen in getHealthStatuses
?
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
* master: [Logs UI] Round up the end timestamp in the log stream embeddable (elastic#92833) skip flaky suite (elastic#91939) skip flaky suite (elastic#89072) [APM] Include services with only metric documents (elastic#92378)
* [APM] Include services with only metric documents Closes elastic#92075. * Explain as_mutable_array * Use kuery instead of uiFilters for API tests
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
* [APM] Include services with only metric documents Closes elastic#92075. * Explain as_mutable_array * Use kuery instead of uiFilters for API tests # Conflicts: # x-pack/plugins/apm/server/lib/services/get_services/get_services_items.ts
…3211) * [APM] Include services with only metric documents (#92378) * [APM] Include services with only metric documents Closes #92075. * Explain as_mutable_array * Use kuery instead of uiFilters for API tests # Conflicts: # x-pack/plugins/apm/server/lib/services/get_services/get_services_items.ts * Use uiFilters in API tests Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
tests ok |
Closes #92075.
Before:
After: