zbendhiba commented on code in PR #124:
URL: 
https://github.com/apache/camel-quarkus-examples/pull/124#discussion_r1045994298


##########
observability/pom.xml:
##########
@@ -106,6 +106,10 @@
             <groupId>io.opentelemetry</groupId>
             <artifactId>opentelemetry-exporter-logging</artifactId>
         </dependency>
+        <dependency>
+            <groupId>io.quarkus</groupId>
+            <artifactId>quarkus-opentelemetry-exporter-otlp</artifactId>

Review Comment:
   BTW, @jamesnetherton has already removed this jar from pom.xml for 2.14  
release



##########
observability/pom.xml:
##########
@@ -106,6 +106,10 @@
             <groupId>io.opentelemetry</groupId>
             <artifactId>opentelemetry-exporter-logging</artifactId>
         </dependency>
+        <dependency>
+            <groupId>io.quarkus</groupId>
+            <artifactId>quarkus-opentelemetry-exporter-otlp</artifactId>

Review Comment:
   I think this one is now included in Quarkus-opentelemetry extension and 
there's no need to add it anymore to the pom.xml 



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

Reply via email to