davsclaus opened a new pull request, #23328: URL: https://github.com/apache/camel/pull/23328
## Summary - Fix tab badge counters mapped to wrong tab indices in TUI (HTTP tab was at index 8 instead of 5) - CAMEL-23554: Track InOut consumer replies as "out" hits in `DefaultRuntimeEndpointRegistry` so endpoints like `platform-http` show both in and out counters - CAMEL-23555: Add per-operation HTTP metrics for REST services in `RestRegistry` (both code-first and contract-first), exposed via `RestDevConsole` and displayed in TUI HTTP tab TOTAL column ## Test plan - [x] Verify TUI badge counters show correct counts for each tab - [x] Verify InOut consumers (platform-http) show "out" hits in endpoint tab after processing requests - [x] Verify contract-first REST services show per-operation TOTAL counts in HTTP tab - [x] Verify code-first REST services show per-operation TOTAL counts via ExchangeCreatedEvent - [x] Build all affected modules: camel-api, camel-rest, camel-rest-openapi, camel-console, camel-base-engine, camel-jbang-plugin-tui - [ ] Run integration tests for camel-rest and camel-rest-openapi 🤖 Generated with [Claude Code](https://claude.com/claude-code) on behalf of Claus Ibsen -- 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]
