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

   > @wmedvede So I need to move the Otel code from 
quarkus/extensions/kogito-quarkus-serverless-workflow-otel-extension to 
addons/common/openTelemetry (with package name changed from 
sonataflow-quarkus-otel to addons-sonataflow-otel)?
   
   To make it more consistent with the quarkus opentelemetry extension 
nomeclature `quarkus-opentelemetry' lets do this:
   
   <img width="892" height="691" alt="Screenshot from 2025-12-04 09-56-38" 
src="https://github.com/user-attachments/assets/92f93fc4-b81a-4525-8380-a4e0b0f2a280";
 />
   
   In `quarkus/adddons` we create:
   
        /opentelemetry
                /deployment:
                        <groupId>org.apache.kie.sonataflow</groupId>
                        
<artifactId>sonataflow-addons-quarkus-opentelemetry-deployment</artifactId>     
        
                        
                        package: 
org.kie.kogito.quarkus.serverless.workflow.opentelemetry.deployment
                        
                                                   
                /integration-tests
                        <groupId>org.apache.kie.sonataflow</groupId>
                        
<artifactId>sonataflow-addons-quarkus-opentelemetry-integration-tests</artifactId>
              
                                                   
   
                /runtime
                        <groupId>org.apache.kie.sonataflow</groupId>
                        
<artifactId>sonataflow-addons-quarkus-opentelemetry</artifactId>                
                
                        package: 
org.kie.kogito.quarkus.serverless.workflow.opentelemetry.runtime
   
   
   


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