v0.40 Reduce transform breaking changes #21061
Replies: 2 comments 3 replies
-
Thanks for this report @matt-simons . I think this is an unintended regression. We are looking into it. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm not sure if this is an issue or intended breaking change to the reduce transform but I would really appreciate some guidance on how to continue supporting the following:
In Vector 0.39 and previous versions this test passed and meant we could aggregate events before sending them to a http sink (https://app.scalyr.com/help/api#addEvents).
However in 0.40 I think #20800 introduced breaking changes to this behaviour. The aggregated event now looks like the following:
instead of
Is this the new intended behaviour or a bug?
If this is intended how can I retain the previous behaviour?
Beta Was this translation helpful? Give feedback.
All reactions