brianmolinaspring commented on issue #5761:
URL: https://github.com/apache/camel-quarkus/issues/5761#issuecomment-1948536262

   use this dependency
   <dependency>
   <groupId>org.apache.camel.quarkus</groupId>
   <artifactId>camel-quarkus-opentelemetry</artifactId>
   <version>3.7.0</version>
   </dependency>
   
   and then in my properties
   
   quarkus.opentelemetry.enabled=true
   quarkus.opentelemetry.tracer.exporter.otlp.endpoint=http://192.168.1.1:4317
   
   That is enough to send the traces to Jaeger and he receives it correctly. Be 
careful, notice something strange in the dependency, one version less, for 
example.
   2.16.0 does not present that warning, but I see that it does not show me all 
the span, what I mean is that I only see the span of the POST /customer message 
but it does not show me the other span, I suppose it is incompatibility between 
versions.
   
   What are you suggesting ?
   


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to