ffbilsel commented on issue #4981:
URL: https://github.com/apache/camel-quarkus/issues/4981#issuecomment-1588867821

   Thank you @jamesnetherton. I didn't notice the keys were different. It 
works. But now there is another issue. We also use opentelemetry jdbc dependecy:
   `<dependency>
     <groupId>io.opentelemetry.instrumentation</groupId>
     <artifactId>opentelemetry-jdbc</artifactId>
   </dependency>`.
   
   When a camel route is triggered there are some sql queries that we run. I 
expect these queries to be shown in the same trace with the camel route. But 
instead they are in a new and different trace.


-- 
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