This is an automated email from the ASF dual-hosted git repository.
zbendhiba pushed a commit to branch 2.13.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/2.13.x by this push:
new 3cbf567303 Fix Opentelemetry port numbers in the documentation
3cbf567303 is described below
commit 3cbf5673031a142c13d0cab646a793c438742994
Author: Zineb Bendhiba <[email protected]>
AuthorDate: Tue Dec 6 15:58:33 2022 +0100
Fix Opentelemetry port numbers in the documentation
---
docs/modules/ROOT/pages/reference/extensions/opentelemetry.adoc | 4 ++--
extensions/opentelemetry/runtime/src/main/doc/usage.adoc | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/modules/ROOT/pages/reference/extensions/opentelemetry.adoc
b/docs/modules/ROOT/pages/reference/extensions/opentelemetry.adoc
index 5d1dce8a48..a9a4a1eebf 100644
--- a/docs/modules/ROOT/pages/reference/extensions/opentelemetry.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/opentelemetry.adoc
@@ -56,10 +56,10 @@ In order to send the captured traces to a tracing system,
you need to configure
quarkus.application.name=my-camel-application
# For OTLP
-quarkus.opentelemetry.tracer.exporter.otlp.endpoint=http://localhost:55680
+quarkus.opentelemetry.tracer.exporter.otlp.endpoint=http://localhost:4317
# For Jaeger
-quarkus.opentelemetry.tracer.exporter.jaeger.endpoint=http://localhost:14268/api/traces
+quarkus.opentelemetry.tracer.exporter.jaeger.endpoint=http://localhost:14250
----
Note that you must add a dependency to the OpenTelemetry exporter that you
want to work with. At present, Quarkus has support for
diff --git a/extensions/opentelemetry/runtime/src/main/doc/usage.adoc
b/extensions/opentelemetry/runtime/src/main/doc/usage.adoc
index 6fe2e76f20..7a15c85039 100644
--- a/extensions/opentelemetry/runtime/src/main/doc/usage.adoc
+++ b/extensions/opentelemetry/runtime/src/main/doc/usage.adoc
@@ -8,10 +8,10 @@ In order to send the captured traces to a tracing system, you
need to configure
quarkus.application.name=my-camel-application
# For OTLP
-quarkus.opentelemetry.tracer.exporter.otlp.endpoint=http://localhost:55680
+quarkus.opentelemetry.tracer.exporter.otlp.endpoint=http://localhost:4317
# For Jaeger
-quarkus.opentelemetry.tracer.exporter.jaeger.endpoint=http://localhost:14268/api/traces
+quarkus.opentelemetry.tracer.exporter.jaeger.endpoint=http://localhost:14250
----
Note that you must add a dependency to the OpenTelemetry exporter that you
want to work with. At present, Quarkus has support for