apache / camel-quarkus

Apache Camel Quarkus
https://camel.apache.org
Apache License 2.0
255 stars 189 forks source link

camel-quarkus-opentelemetry component logs unresolved toD uri #3461

Closed michaelgarde closed 2 years ago

michaelgarde commented 2 years ago

The camel-quarkus-opentelemetry component does not log the resolved uri of a toD when using dynamically generated uris . This is how one of our routes in Jaeger looks like:

image

It would be really useful if we were able to see, which jms queue it was actually sent to.

jamesnetherton commented 2 years ago

I opened a Camel ticket to investigate:

https://issues.apache.org/jira/browse/CAMEL-17512

zbendhiba commented 2 years ago

Fixed in Camel 3.17, so fixed in main branch. Will be OK for next release

michaelgarde commented 2 years ago

Well done. We will be testing this when Camel Quarkus 3.17 will be available with Red Hat support.