Skip to content

Commit

Permalink
backport doc changes from 1.x (#3458)
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge authored Dec 5, 2023
1 parent 25d82d8 commit d1aaa52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api-opentelemetry.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit d1aaa52

Please sign in to comment.