davsclaus opened a new pull request, #23555:
URL: https://github.com/apache/camel/pull/23555

   ## Summary
   
   - Add `camel get error` CLI command to browse captured routing errors from 
the ErrorRegistry
   - Add server-side filtering to the `errors` dev console: `exception` (type 
substring), `ago` (time window), `handled` (true/false)
   - Wire the `errors` dev console into `LocalCliConnector` status JSON
   
   ### CLI options
   
   | Option | Description |
   |--------|-------------|
   | `--route` | Filter by route ID |
   | `--exception` | Filter by exception type (substring match) |
   | `--ago` | Filter by time window (e.g. `60s`, `5m`, `1h`) |
   | `--handled` | Filter by handled status (`true` or `false`) |
   | `--limit` | Maximum number of entries to display |
   | `--sort` | Sort by `pid`, `name`, or `age` |
   | `--show` | Comma-separated detail sections: `body`, `headers`, 
`properties`, `variables`, `history`, `stackTrace` |
   | `--watch` | Execute periodically and show output fullscreen |
   | `--json` | Output in JSON format |
   
   ### Default table columns
   
   `PID | NAME | AGO | ROUTE | NODE | HANDLED | EXCEPTION | MESSAGE`
   
   _Claude Code on behalf of Claus Ibsen_
   
   🤖 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]

Reply via email to