[ https://issues.apache.org/jira/browse/CAMEL-21150 ]
Claus Ibsen deleted comment on CAMEL-21150:
-------------------------------------
was (Author: davsclaus):
{code}
Camel Tracing:
{
"uid": 1,
"first": true,
"last": false,
"rest": false,
"template": false,
"location": "hello.java:7",
"endpointUri": "timer:\/\/java?period=1000",
"remoteEndpoint": false,
"routeId": "route1",
"exchangeId": "221E3A5CF6A9F99-000000000000000A",
"timestamp": 1725092925705,
"elapsed": 0,
"threadName": "Camel (camel-1) thread #6 - timer:\/\/java",
"done": true,
"failed": false,
"message": {
"exchangeId": "221E3A5CF6A9F99-000000000000000A",
"exchangePattern": "InOnly",
"exchangeType": "org.apache.camel.support.DefaultExchange",
"messageType": "org.apache.camel.support.DefaultMessage",
"body": {
"value": "[Body is null]"
}
}
}
{code}
> camel-jbang - Make trace in standby mode and explicit enable to start tracing
> -----------------------------------------------------------------------------
>
> Key: CAMEL-21150
> URL: https://issues.apache.org/jira/browse/CAMEL-21150
> Project: Camel
> Issue Type: Improvement
> Components: camel-jbang
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Priority: Major
> Fix For: 4.8.0
>
>
> So the camel trace command will then enable tracing on-demand, where you can
> also use it to start/stop tracing.
> camel trace --start
> camel trace
> camel trace --stop
> This avoids doing tracing when its not really going to be in use.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)