-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[APM] Add kibana config for limiting the number of services in a service group #131929
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] Add kibana config for limiting the number of services in a service group #131929
Conversation
x-pack/plugins/apm/server/routes/service_groups/get_service_groups.ts
Outdated
Show resolved
Hide resolved
x-pack/plugins/apm/server/routes/service_groups/get_service_groups.ts
Outdated
Show resolved
Hide resolved
|
Pinging @elastic/apm-ui (Team:apm) |
|
@elasticmachine merge upstream |
…rvices-per-service-group
| uiSettings: { client: uiSettingsClient }, | ||
| } = await context.core; | ||
|
|
||
| const setup = await setupRequest(resources); |
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.
I think you can parallelize the call to uiSettings with setupRequest.
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.
Fixed in 2f050fb
x-pack/plugins/apm/server/routes/service_groups/lookup_services.ts
Outdated
Show resolved
Hide resolved
x-pack/plugins/apm/server/routes/service_groups/lookup_services.ts
Outdated
Show resolved
Hide resolved
dgieselaar
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.
@younesmln can you also use the setting in the following places:
size: 500, size: 500,
…rvices-per-service-group
|
@dgieselaar you referenced the same code twice! where you trying to refer to this one by any chance? |
|
@younesmln yes, apologies for the late reply, missed this one :( |
|
@elasticmachine merge upstream |
…rvices-per-service-group
|
@elasticmachine merge upstream |
…rvices-per-service-group
|
@elasticmachine merge upstream |
…rvices-per-service-group
|
@elasticmachine merge upstream |
…rvices-per-service-group
…rvices-per-service-group
|
@elasticmachine merge upstream |
…rvices-per-service-group
|
LGTM |
|
buildkite test this |
💚 Build Succeeded
Metrics [docs]Public APIs missing comments
Page load bundle
History
To update your PR or re-run it, just comment with: |
cauemarcondes
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
Closes #131162