-
Notifications
You must be signed in to change notification settings - Fork 524
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add opentracing bridge (#1887)
- Loading branch information
1 parent
26831ae
commit 716d0fe
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[[opentracing]] | ||
== OpenTracing bridge | ||
|
||
All Elastic APM agents have https://opentracing.io/[OpenTracing] compatible bridges. | ||
|
||
The OpenTracing bridge allows you to create Elastic APM <<transactions,transactions>> and <<transaction-spans,spans>> using the OpenTracing API. | ||
This means you can reuse your existing OpenTracing instrumentation to quickly and easily begin using Elastic APM. | ||
|
||
[float] | ||
=== Agent specific details | ||
|
||
Not all features of the OpenTracing API are supported. In addition, there are some Elastic APM specific tags you should be aware of. Please see the relevant Agent documentation for more detailed information: | ||
|
||
* {apm-go-ref}/opentracing.html[Go agent] | ||
* {apm-java-ref}/opentracing-bridge.html[Java agent] | ||
* {apm-node-ref}/opentracing.html[Node.js agent] | ||
* {apm-py-ref}/opentracing-bridge.html[Python agent] | ||
* {apm-ruby-ref}/opentracing.html[Ruby agent] | ||
* {apm-rum-ref}/opentracing.html[JavaScript Real User Monitoring (RUM) agent] |