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

Commit

Permalink
Mark library as deprecated
Browse files Browse the repository at this point in the history
    Closes #816
    Closes #811
    Closes #809
    Closes #806
    Closes #805
    Closes #791
    Closes #784
    Closes #779
    Closes #776
    Closes #758
    Closes #682
    Closes #667
    Closes #665
    Closes #602
    Closes #601
    Closes #584
    Closes #570
    Closes #554
    Closes #554
    Closes #502
    Closes #467

Signed-off-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
yurishkuro committed Jan 10, 2022
1 parent 0dafe38 commit 8ba71a6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov] [![Released Version][maven-img]][maven] [![javadoc](https://javadoc.io/badge2/io.jaegertracing/jaeger-core/javadoc.svg)](https://javadoc.io/doc/io.jaegertracing/jaeger-core)
[![FOSSA Status][fossa-img]][fossa]

# 🛑 This library is being deprecated!
# 🛑 This library is DEPRECATED!

No new pull requests are accepted except for security fixes.

We urge all users to migrate to [OpenTelemetry](https://opentelemetry.io/). Please refer to the [notice in the documentation](https://www.jaegertracing.io/docs/latest/client-libraries/#deprecating-jaeger-clients) for details.

Expand All @@ -27,7 +29,7 @@ Click through for more detailed docs on specific modules.
* [jaeger-client](./jaeger-client): the module that instrumented applications should usually include
* [jaeger-core](./jaeger-core): the core implementation of the OpenTracing API [![Java Docs][javadoc-badge]][javadoc]
* [jaeger-thrift](./jaeger-thrift): set of components that send data to the backend

## Add-on Modules

* [jaeger-zipkin](./jaeger-zipkin): compatibility layer for using the Jaeger Tracer to Zipkin-compatible backends
Expand Down Expand Up @@ -74,7 +76,7 @@ sampler:
param: 1 # can either be an integer, a double, or an integer
```
The valid values for `type` are:
The valid values for `type` are:
* `const`: configures a sampler that always makes the same decision
for new traces depending on the `param`: always no for `param=0`,
always yes otherwise.
Expand Down Expand Up @@ -118,7 +120,7 @@ span.setTag("jaeger-debug-id", "some-correlation-id")
This allows using Jaeger UI to find the trace by this tag.

## License

[Apache 2.0 License](./LICENSE).

[ci-img]: https://github.com/jaegertracing/jaeger-client-java/workflows/Unit%20Tests/badge.svg?branch=master
Expand Down

0 comments on commit 8ba71a6

Please sign in to comment.