-
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] Set max limit of services back to 500 #131160
[APM] Set max limit of services back to 500 #131160
Conversation
Pinging @elastic/apm-ui (Team:apm) |
💚 Build SucceededMetrics [docs]
To update your PR or re-run it, just comment with: |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
2 similar comments
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
(cherry picked from commit 6bc515f) # Conflicts: # x-pack/plugins/apm/server/routes/services/__snapshots__/queries.test.ts.snap
Closes #124772
When working on the service groups the limit of services per service group was downed to 50 for performance reason, but this number can be a little low and hide some services that users were seeing before, this PR amends this change.
Following PR will add Kibana configuration option to set this limit to 500 or 50, being 500 the default option.