This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 859ea6716e Add note to OpenTelemetry extension docs stating that the 
otel agent is not required
859ea6716e is described below

commit 859ea6716e7a58d99594cc62f8fe1588fdb00fde
Author: James Netherton <[email protected]>
AuthorDate: Mon Jan 27 14:11:41 2025 +0000

    Add note to OpenTelemetry extension docs stating that the otel agent is not 
required
---
 docs/modules/ROOT/pages/reference/extensions/opentelemetry.adoc | 4 ++++
 extensions/opentelemetry/runtime/src/main/doc/usage.adoc        | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/docs/modules/ROOT/pages/reference/extensions/opentelemetry.adoc 
b/docs/modules/ROOT/pages/reference/extensions/opentelemetry.adoc
index 0c69d8cd4d..69c5efbf8f 100644
--- a/docs/modules/ROOT/pages/reference/extensions/opentelemetry.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/opentelemetry.adoc
@@ -69,6 +69,10 @@ Route endpoints can be excluded from tracing by configuring 
a property named `qu
 quarkus.camel.opentelemetry.exclude-patterns=direct:*,netty-http:*
 ----
 
+NOTE: The use of the 
https://opentelemetry.io/docs/zero-code/java/agent/[OpenTelemetry Agent] *is 
not needed nor recommended*.
+Quarkus Extensions and the libraries they provide, are directly instrumented.
+Also, the agent does not work in native mode.
+
 [id="extensions-opentelemetry-usage-exporters"]
 === Exporters
 
diff --git a/extensions/opentelemetry/runtime/src/main/doc/usage.adoc 
b/extensions/opentelemetry/runtime/src/main/doc/usage.adoc
index 649814bd1f..13041c63b1 100644
--- a/extensions/opentelemetry/runtime/src/main/doc/usage.adoc
+++ b/extensions/opentelemetry/runtime/src/main/doc/usage.adoc
@@ -21,6 +21,10 @@ Route endpoints can be excluded from tracing by configuring 
a property named `qu
 quarkus.camel.opentelemetry.exclude-patterns=direct:*,netty-http:*
 ----
 
+NOTE: The use of the 
https://opentelemetry.io/docs/zero-code/java/agent/[OpenTelemetry Agent] *is 
not needed nor recommended*.
+Quarkus Extensions and the libraries they provide, are directly instrumented.
+Also, the agent does not work in native mode.
+
 === Exporters
 
 Quarkus OpenTelemetry defaults to the standard OTLP exporter defined in 
OpenTelemetry.

Reply via email to