You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 13, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
[![Build Status][ci-img]][ci][![Coverage Status][cov-img]][cov][![NPM Published Version][npm-img]][npm][![OpenTracing 1.0 Enabled][ot-img]][ot-url]
2
2
3
-
# Jaeger Bindings for Javascript OpenTracing API
3
+
# Jaeger Bindings for OpenTracing API for Node.js
4
4
5
5
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/).
6
6
7
+
Note that this library is not designed to run in the browser, only in the Node.js-backend servers. For browser-only version, see https://github.com/jaegertracing/jaeger-client-javascript.
0 commit comments