davsclaus opened a new pull request, #23542: URL: https://github.com/apache/camel/pull/23542
## Summary - Display body and header size columns in the Endpoints table when message size tracking is enabled - Add mirrored sparkline chart showing IN vs OUT average body sizes over time (yellow/magenta) - Add "Reset Stats" action to F2 menu that resets route counters, endpoint registry stats, and all local sparkline history - Rename consumer TOTAL column to POLLS to clarify it tracks scheduler poll count - Reset endpoint registry on reset-stats action in LocalCliConnector ## Test plan - [ ] Build the TUI plugin module with `mvn install` - [ ] Run with a Camel integration that has `messageSizeEnabled=true` - [ ] Verify BODY and HDR columns appear in Endpoints tab when size data is available - [ ] Verify payload size sparkline renders alongside the message rate sparkline - [ ] Verify F2 → Reset Stats clears all sparkline graphs across Overview and Endpoints tabs - [ ] Verify consumer tab shows POLLS column header instead of TOTAL 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
