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

Commit

Permalink
Add deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
yurishkuro authored Nov 8, 2021
1 parent 53301e7 commit ddb639d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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!

This comment has been minimized.

Copy link
@yurishkuro

yurishkuro Nov 12, 2021

Author Member

@punkfest we encourage simply copying existing Jaeger client code into OTEL libs where appropriate. OTEL SDK does not need everything from jaeger-client-node, most likely only the Sender implementation, and perhaps RemoteSampler.


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/).
Expand Down

0 comments on commit ddb639d

Please sign in to comment.