-
Notifications
You must be signed in to change notification settings - Fork 534
[O11y][MongoDB Atlas] Fix single event object returned by evaluation error for hardware, process and disk data streams #11650
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
[O11y][MongoDB Atlas] Fix single event object returned by evaluation error for hardware, process and disk data streams #11650
Conversation
|
/test |
81b921e to
efa3c3a
Compare
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
History
cc @harnish-elastic |
|
ishleenk17
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.
Since we are changing from single event to an array, is there a change in how the event is now formed ?
If yes, lets update the sample json as well
No, there is not a change in the event format! |
|
@ishleenk17 The relevant part of the input is here. Single events are promoted to an array, but the single event is a signal that the data was an error condition. Also noted here and in the docs. |
|
Package mongodb_atlas - 0.0.10 containing this change is available at https://epr.elastic.co/package/mongodb_atlas/0.0.10/ |




Proposed commit message
single event object returned by evaluationerror that causing agent degrade issue for the following data streamsChecklist
changelog.ymlfile.Related issues
Screenshots
Before
After