Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm new user of route and camel component.
I want to create POC to test log with timer to know execution time since start of the route in the different log message ...
I think I need to use camel metrics ?
So I have create this route :
In cMessagingEndpoint_1 i have set URI "metrics:timer:mytimer?action=start"
In cMessagingEndpoint_2 i have set URI "metrics:timer:mytimer?action=stop"
But in cLog_2 I don't know how to log the timer value in the specify output log message... ????
Thnaks for your help.