From d4bd8cc1ba0bdccdb47a6a0665364444df7204fd Mon Sep 17 00:00:00 2001 From: fml2 <534392+fml2@users.noreply.github.com> Date: Thu, 30 Nov 2023 13:43:17 +0100 Subject: [PATCH] Fix typos in api-opentelemetry.asciidoc --- docs/api-opentelemetry.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api-opentelemetry.asciidoc b/docs/api-opentelemetry.asciidoc index b3cb763646..943ec257da 100644 --- a/docs/api-opentelemetry.asciidoc +++ b/docs/api-opentelemetry.asciidoc @@ -6,7 +6,7 @@ endif::[] [[opentelemetry-bridge]] === OpenTelemetry bridge -The Elastic APM OpenTelemetry bridge allows creating Elastic APM `Transactions` and `Spans`, +The Elastic APM OpenTelemetry bridge allows creating Elastic APM `Transactions` and `Spans` using the OpenTelemetry API. OpenTelemetry metrics are also collected. In other words, it translates the calls to the OpenTelemetry API to Elastic APM and thus allows for reusing existing instrumentation. @@ -50,7 +50,7 @@ The minimum required OpenTelemetry version is 1.0.1. ==== Initialize tracer There's no separate dependency needed for the bridge itself. -The Java agent hooks into `GlobalOpenTelemetry` to return it's own implementation of `OpenTelemetry` +The Java agent hooks into `GlobalOpenTelemetry` to return its own implementation of `OpenTelemetry` that is connected to the internal tracer of the agent. [source,java]