From ddb639d9985e38fd8ea93be73b004f4014760989 Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Mon, 8 Nov 2021 10:43:41 -0500 Subject: [PATCH] Add deprecation notice --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cf3fa7f0..b2f078ed 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ [![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov] [![NPM Published Version][npm-img]][npm] [![OpenTracing 1.0 Enabled][ot-img]][ot-url] +# 🛑 This library is being deprecated! + +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. + # Jaeger Bindings for OpenTracing API for Node.js This is [Jaeger](https://jaegertracing.io/)'s client side instrumentation library for Node.js that implements [Javascript OpenTracing API 1.0](https://github.com/opentracing/opentracing-javascript/).