camel-jbang - TUI circuit breaker improvements and trace enhancements#23335
Merged
Conversation
…ing garbage characters Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…does not keep growing Synthetic trace events created by traceFirstNode/traceLastNode never had doneProcessing() called, leaving the stopwatch running indefinitely. This caused the elapsed value in message history to increase on every periodic status dump, making the TUI inspect tab show a constantly updating elapsed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Shows an ASCII art state diagram below the circuit breaker table for the selected entry, illustrating the three states (CLOSED/OPEN/HALF_OPEN), their transitions, and what each state means. The active state is highlighted in color. Metrics are shown below the diagram. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… bar, throughput sparkline, and metrics Splits the circuit breaker detail panel horizontally: state diagram on the left, live chart on the right. The chart includes a failure rate progress bar (color-coded green/yellow/red), a mirrored sparkline showing success and fail throughput over 60 seconds, and a metrics summary with total/fail/reject counts and mean/min/max latency from processor statistics. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add inflight counter and since-last metrics to circuit breaker table and chart metrics panel. Add inflight column to route processor panel and consumer tab. Rename PENDING to WINDOW, update state diagram terminology to use allowed/rejected/probe, and show 0 instead of blank for inflight counters. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
efadd8e to
905d318
Compare
Contributor
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🐫 Apache Camel Committers, please review the following items:
|
Contributor
|
🧪 CI tested the following changed modules:
Build reactor — dependencies compiled but only changed modules were tested (2 modules)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
mvn install -DskipTests -q -pl dsl/camel-jbang/camel-jbang-plugin-tuiClaude Code on behalf of Claus Ibsen
🤖 Generated with Claude Code