llowinge commented on code in PR #124:
URL:
https://github.com/apache/camel-quarkus-examples/pull/124#discussion_r1046025882
##########
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:
Without that artifact, i get `Unrecognized configuration key
"quarkus.opentelemetry.tracer.exporter.otlp.endpoint" was provided; it will be
ignored; verify that the dependency extension for this configuration is set or
that you did not make a typo`.
--
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]