Skip to content
This repository was archived by the owner on Jul 1, 2022. It is now read-only.

Commit a38f937

Browse files
authored
Add OpenTelemetry to readme (#812)
1 parent 6003c01 commit a38f937

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
* Implements [OpenTracing Java API](https://github.com/opentracing/opentracing-java).
88
* Supports Java 1.6 and above
99

10+
## OpenTelemetry
11+
12+
The Jaeger Client for Java is an implementation of the OpenTracing API. For the future, we recommend using the [OpenTelemetry](https://opentelemetry.io) API instead. For applications that are already using the Jaeger client with OpenTracing API, we published a blog post with the migration steps: ["Migrating from Jaeger client to OpenTelemetry SDK"](https://medium.com/jaegertracing/migrating-from-jaeger-client-to-opentelemetry-sdk-bd337d796759).
13+
1014
#### Package rename to `io.jaegertracing`
1115

1216
The group ID `com.uber.jaeger` has been deprecated and moved to a different [repository][legacy-client-java].

0 commit comments

Comments
 (0)