-
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] Mock synthetic source for metric documents #139643
Conversation
Pinging @elastic/apm-ui (Team:apm) |
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
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 🌟
prefix: string = '' | ||
) { | ||
for (const key in source) { | ||
if (!Object.hasOwn(source, key)) { |
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.
Nice, prob a good idea to replace server-side hasOwnProperty
calls as well at some point
)" This reverts commit 1def7cb.
)" (elastic#143027) This reverts commit 1def7cb. (cherry picked from commit 8c38609)
Mocks synthetic source for metric documents in the APM event client to ensure compatibility when synthetic source is enabled.