From bdd75ac0a72994dceff49b489e677b9dd3e03418 Mon Sep 17 00:00:00 2001 From: brunobat Date: Thu, 27 Jun 2024 17:56:48 +0100 Subject: [PATCH] docs --- docs/src/main/asciidoc/opentelemetry.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/src/main/asciidoc/opentelemetry.adoc b/docs/src/main/asciidoc/opentelemetry.adoc index bc5cb1e2c72fa1..cca888afae1b78 100644 --- a/docs/src/main/asciidoc/opentelemetry.adoc +++ b/docs/src/main/asciidoc/opentelemetry.adoc @@ -21,7 +21,6 @@ https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk-extensions/au with the `quarkus.*` prefix. - Extensions and the libraries they provide, are directly instrumented in Quarkus. The *use of the https://opentelemetry.io/docs/instrumentation/java/automatic/[OpenTelemetry Agent] is not needed nor recommended* due to context propagation issues between imperative and reactive libraries. - If you come from the legacy OpenTracing extension, there is a xref:telemetry-opentracing-to-otel-tutorial.adoc[guide to help with the migration]. -- Current Semantic Conventions for HTTP will soon change and the current conventions are deprecated for removal soon. Please move to the new conventions by seetinh the new property `quarkus.otel.semconv-stability.opt-in` to `http`, for the new conventions or `http/dup` to produce duplicated old and new conventions. Please check the <> for more details and full set of changes at the https://github.com/open-telemetry/semantic-conventions/blob/main/docs/http/migration-guide.md#summary-of-changes[HTTP semantic convention stability migration guide]. ==== == Prerequisites