This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new bb06c86f41a Regen for commit 35ff7d3e0b818322fce64b65ead533ebed78310c
bb06c86f41a is described below

commit bb06c86f41ad81128158600871aae05e8af48d05
Author: davsclaus <davscl...@users.noreply.github.com>
AuthorDate: Tue May 16 05:23:08 2023 +0000

    Regen for commit 35ff7d3e0b818322fce64b65ead533ebed78310c
    
    Signed-off-by: GitHub <nore...@github.com>
---
 .../java/org/apache/camel/observation/MicrometerObservationTracer.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/components/camel-observation/src/main/java/org/apache/camel/observation/MicrometerObservationTracer.java
 
b/components/camel-observation/src/main/java/org/apache/camel/observation/MicrometerObservationTracer.java
index e59fc859628..bc0c4c78603 100644
--- 
a/components/camel-observation/src/main/java/org/apache/camel/observation/MicrometerObservationTracer.java
+++ 
b/components/camel-observation/src/main/java/org/apache/camel/observation/MicrometerObservationTracer.java
@@ -142,7 +142,8 @@ public class MicrometerObservationTracer extends 
org.apache.camel.tracing.Tracer
         try {
             if (parentObservation != 
observationRegistry.getCurrentObservation()) {
                 // Because Camel allows to close scopes multiple times
-                TracingObservationHandler.TracingContext tracingContext = 
parentObservation.getContextView().get(TracingObservationHandler.TracingContext.class);
+                TracingObservationHandler.TracingContext tracingContext
+                        = 
parentObservation.getContextView().get(TracingObservationHandler.TracingContext.class);
                 Span parentSpan = tracingContext.getSpan();
                 scope = tracer.withSpan(parentSpan);
             }

Reply via email to