tenthe opened a new issue, #4873: URL: https://github.com/apache/streampipes/issues/4873
### Body ## Goal Ensure that the total event count in the dataset metrics view works correctly for data streams that contain array fields. <img width="2540" height="742" alt="Image" src="https://github.com/user-attachments/assets/cbc21d9a-abdd-4c97-ae11-7b6b4c536aa1" /> ## Description When a data stream contains an array, the **Total events** value in the dataset metrics view is incorrect. Example event: ```json { "array": [ 0, 1, 2 ], "timestamp": 1788358663430 } ``` As shown in the screenshot, events are available and visible in the 7-day chart, but the **Total events** value is displayed as `0`. ### StreamPipes Committer I acknowledge that I am a maintainer/committer of the Apache StreamPipes project. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
