Claus Ibsen created CAMEL-22338:
-----------------------------------
Summary: camel-core - Message history elapsed time should exclude
debug wait time
Key: CAMEL-22338
URL: https://issues.apache.org/jira/browse/CAMEL-22338
Project: Camel
Issue Type: Improvement
Components: camel-core
Reporter: Claus Ibsen
Fix For: 4.x
When using the debugger then the elapsed time in message history includes the
wait time for suspended breakpoints to continue. We should exclude this from
the time so users can see the processing time and not that it takes 15 seconds
to click "next" button.
{code:java}
Source: sample.camel.MyRoute
History
--------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
27:
0 (0ms) route1/from1 30:
from("kamelet:chuck-norris-source")
28: @Override
1 (3967ms) route1/log1 31: .log("${body}");
29: public void configure() throws Exception {
30: <--* from("kamelet:chuck-norris-source")
31: .log("${body}");
32: }
33: } {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)