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

   ## Summary
   
   - Add `stepId` — captures the Step EIP id the exchange was inside when the 
error occurred
   - Add `fromEndpointUri` — captures the route's consumer (from) endpoint URI
   - Add `routeUptime` — captures the route uptime in milliseconds at the time 
of error
   - Add `elapsed` — captures the exchange processing time in milliseconds from 
creation to error
   
   These fields are added to `BacklogErrorEventMessage` interface, 
`DefaultErrorRegistry` capture logic, `asJSon()` output, and the JMX composite 
type.
   
   ## Test plan
   
   - [x] `ErrorRegistryTest` updated with assertions for `fromEndpointUri`, 
`routeUptime`, and `elapsed`
   - [x] All tests pass
   
   _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