-
Notifications
You must be signed in to change notification settings - Fork 525
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
Cloud metadata #3729
Cloud metadata #3729
Conversation
💚 Build SucceededExpand to view the summary
Build stats
Test stats 🧪
Steps errorsExpand to view the steps failures
|
jenkins run the tests please |
- Add cloud metadata to testdata - Add cloud fields to _meta/fields.common.yml for tests :( - Update approvals docs - Update package_tests (cargo-culted)
💚 Build SucceededExpand to view the summary
Build stats
Test stats 🧪
Steps errorsExpand to view the steps failures
|
* model: add Cloud type, Metadata.Cloud field * docs/spec: add cloud to metadata schema * modeldecoder: decode Cloud metadata * Update integration tests - Add cloud metadata to testdata - Add cloud fields to _meta/fields.common.yml for tests :( - Update approvals docs - Update package_tests (cargo-culted) * Add changelog entry * _meta: add 'overwrite: true' to duplicated fields
* model: add Cloud type, Metadata.Cloud field * docs/spec: add cloud to metadata schema * modeldecoder: decode Cloud metadata * Update integration tests - Add cloud metadata to testdata - Add cloud fields to _meta/fields.common.yml for tests :( - Update approvals docs - Update package_tests (cargo-culted) * Add changelog entry * _meta: add 'overwrite: true' to duplicated fields
This file was added to the APM Server repo in: elastic/apm-server#3729
This file was added to the APM Server repo in: elastic/apm-server#3729
This file was added to the APM Server repo in: elastic/apm-server#3729
This file was added to the APM Server repo in: elastic/apm-server#3729
Backport two commits to fix the tests in 2.x: * test: fix APM Server cert test to work with 13.9.0+ (c3c119b) * test: add missing APM Server API Scheme file cloud.json (#1738) This file was added to the APM Server repo in: elastic/apm-server#3729
Motivation/summary
Add
cloud
metadata to Elastic APM event schema. See elastic/apm#256 for rationale.Checklist
make check-full
for static code checks and linting)- [ ] I have made corresponding changes to the documentationHow to test these changes
Related issues
Closes #3660