wmedvede commented on PR #4094:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/pull/4094#issuecomment-3613811103

   Hi @gabriel-farache , I created the following project  
https://github.com/wmedvede/test-sonataflow-opentelemetry to give a try to the 
extension.
   
   And I have the follwoing results.
   
   1) in the docker-compose directory do:
   `docker-compose up`
   
   to get a Jeager + UI instance running.
   
   2) Then, with the following deps configuration:
   
   ```
           <dependency>
               <groupId>io.quarkus</groupId>
               <artifactId>quarkus-opentelemetry</artifactId>
           </dependency>
   
           <!-- un-comment this extension, and comment the 
quarkus-opentelemetry, and no traces are produced at all -->
   <!--        <dependency>-->
   <!--            <groupId>org.apache.kie.sonataflow</groupId>-->
   <!--            <artifactId>sonataflow-quarkus-otel</artifactId>-->
   <!--            <version>${kogito.version}</version>-->
   ```
   
   If I do mvn quarkus:dev, and wait some time, etc, I can see traces in the 
Jeager UI:
   
   <img width="1907" height="805" alt="image" 
src="https://github.com/user-attachments/assets/a4fa2eae-8672-42ae-96c0-76e21467333d";
 />\
   
   
   
   
   3) If I repeat the scenario but using the  `sonataflow-quarkus-otel`, no 
traces are shown.
   
    
   Would you minid take a look?
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to