Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Add OpenTracing bridge #1887

Merged
merged 1 commit into from
Feb 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/guide/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ include::./apm-data-model.asciidoc[]

include::./distributed-tracing.asciidoc[]

include::./opentracing.asciidoc[]

include::./agent-server-compatibility.asciidoc[]

include::./apm-release-notes.asciidoc[]
19 changes: 19 additions & 0 deletions docs/guide/opentracing.asciidoc
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]