zbendhiba commented on code in PR #4320: URL: https://github.com/apache/camel-quarkus/pull/4320#discussion_r1041103716
########## docs/modules/ROOT/pages/reference/extensions/opentelemetry.adoc: ########## @@ -56,7 +56,7 @@ In order to send the captured traces to a tracing system, you need to configure quarkus.application.name=my-camel-application # OTLP exporter endpoint -quarkus.opentelemetry.tracer.exporter.otlp.endpoint=http://localhost:55680 +quarkus.opentelemetry.tracer.exporter.otlp.endpoint=http://localhost:4317 Review Comment: default for OTLP exporter. It's either 4317 or 4318, but the one used in Quarkus doc is 4317 https://quarkus.io/guides/opentelemetry#create-the-configuration -- 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]
