You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2023/04/18 10:23:06 UTC

[GitHub] [camel-quarkus] jamesnetherton commented on issue #4796: [camel-quarkus-opentelemetry] @WithSpan context missing

jamesnetherton commented on issue #4796:
URL: https://github.com/apache/camel-quarkus/issues/4796#issuecomment-1512828818

   It's likely semi-related to this: https://issues.apache.org/jira/browse/CAMEL-18661.
   
   In Camel Quarkus 2.16.0 and later, you might be able to use this workaround:
   
   ```java
   from("timer:foo?repeatCount=1")
       .to("bean:telemetryBean?method=span&parameters.source=test");
   ```


-- 
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-unsubscribe@camel.apache.org

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