-
Notifications
You must be signed in to change notification settings - Fork 41
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
Multiple aggregation not working as intended. #1047
Comments
@narekhovhannisyan please could you verify that this should no longer be an issue? 🙏 |
status update: working on debugging the issue |
It looks like the issue stems from the plugins we’re using, as they don’t include a parameter-metadata attribute. This attribute (which is deprecated, so adding it might not be feasible) is what |
HI @mouhamadalmounayar, thanks for reporting. It's fixed by our latest release |
Description of the Error
Aggregation feature is not working as intended when multiple metrics are provided even though no error is being thrown. (I opened this issue since I found that it is not working as intended even on the main branch.)
Expected Behaviour
We should get an aggregated field with all metrics values properly computed.
Actual Behaviour
Only the first metric is being computed. And its value is being copied from the last output only.
Steps to Reproduce
Run the following manifest file with the main branch version.
Manifest File That Generated the Error
The output that has been generated :
The text was updated successfully, but these errors were encountered: