You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/12/06 15:05:37 UTC

[GitHub] [camel-quarkus] ppalaga commented on a diff in pull request #4320: Fix Opentelemetry port number in the documentation

ppalaga commented on code in PR #4320:
URL: https://github.com/apache/camel-quarkus/pull/4320#discussion_r1041093483


##########
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:
   4317 is some sort of an opentelemetry default?



-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org