This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 95f04deaa3d chore(docs): proper otlp link format
95f04deaa3d is described below
commit 95f04deaa3d59a0338e985157f39c52fb93e4a49
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Wed Jan 8 09:47:38 2025 +0100
chore(docs): proper otlp link format
---
components/camel-opentelemetry/src/main/docs/opentelemetry.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/camel-opentelemetry/src/main/docs/opentelemetry.adoc
b/components/camel-opentelemetry/src/main/docs/opentelemetry.adoc
index bd49b02b166..26d1d8084e2 100644
--- a/components/camel-opentelemetry/src/main/docs/opentelemetry.adoc
+++ b/components/camel-opentelemetry/src/main/docs/opentelemetry.adoc
@@ -158,4 +158,4 @@ Multiple `SpanExporters` can be used at the same time.
== MDC Logging
-You can add Mapped Diagnostic Context tracing information (ie, `trace_id` and
`span_id`) adding the specific [Opentelemetry Logger MDC auto
instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/logger-mdc-instrumentation.md).
The configuration depends on the logging framework you're using.
+You can add Mapped Diagnostic Context tracing information (ie, `trace_id` and
`span_id`) adding the specific
https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/logger-mdc-instrumentation.md[Opentelemetry
Logger MDC auto instrumentation]. The configuration depends on the logging
framework you're using.