-
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] Fallback to the default space ID #158634
Conversation
Pinging @elastic/apm-ui (Team:APM) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
config/serverless.oblt.yml
Outdated
@@ -5,6 +5,8 @@ enterpriseSearch.enabled: false | |||
xpack.cloudSecurityPosture.enabled: false | |||
xpack.securitySolution.enabled: false | |||
|
|||
xpack.spaces.enabled: false |
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.
keeping it for testing.
1aa9ecd
to
8ac039e
Compare
To unblock the progress of the PR, I removed the API testing setup from it as the security plugin is disabled by default in serverless and I encountered difficulties using synthrace for testing. If you have any suggestions on how to test the change, please let me know. I'm considering using archives on the serverless platform, but I'm not sure if it's worth the extra effort. |
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
closing #155329
files using space id
Notes
it's a bit challenging to ensure the other plugins return the default space or have the plugin as optional. How do we want to handle these cases, if there are any?
for example, alert returns default space when the plugin is disabled.
Relate link PR
#149044