From 8ba71a6157bd6a4b503f1f2e2536935bbe1aa490 Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Mon, 10 Jan 2022 14:34:05 -0500 Subject: [PATCH] Mark library as deprecated 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 --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ae2712b5..c5baa6a2 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 @@ -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. @@ -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