You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "sven-carstens (via GitHub)" <gi...@apache.org> on 2023/02/15 15:18:53 UTC

[GitHub] [camel] sven-carstens commented on a diff in pull request #9341: Avoid using the GlobalOpenTelemetry.get() and allow for injection of …

sven-carstens commented on code in PR #9341:
URL: https://github.com/apache/camel/pull/9341#discussion_r1107264382


##########
components/camel-opentelemetry/src/main/java/org/apache/camel/opentelemetry/OpenTelemetryTracer.java:
##########
@@ -86,6 +96,23 @@ protected void initTracer() {
             // No tracer is available, so setup NoopTracer
             tracer = OpenTelemetry.noop().getTracer(instrumentationName);
         }
+
+        if (contextPropagators == null) {

Review Comment:
   I will change it tomorrow.



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