I am migrating an application to use the latest version of Spring Boot. Currently all the camel routes are in XML and I have it running using this approach.
All the routes currently log a message at the end of processing. I was wondering is there a way to detect how long it took a particular route to execute and add to the log message. With this information, we can then create datadog dashboards to show stats on our camel routes
Thanks in advance Damien