zipkin-javascript-opentracing
zipkin-javascript-opentracing copied to clipboard
Opentracing implementation for Zipkin in Javascript
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [docusaurus](https://togithub.com/facebook/docusaurus) | [`1.0.10` -> `1.14.7`](https://renovatebot.com/diffs/npm/docusaurus/1.0.10/1.14.7) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [coveralls](https://togithub.com/nickmerwin/node-coveralls) | [`3.0.0` -> `3.1.1`](https://renovatebot.com/diffs/npm/coveralls/3.0.0/3.1.1) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-scripts](https://togithub.com/facebook/create-react-app) | [`1.1.4` -> `1.1.5`](https://renovatebot.com/diffs/npm/react-scripts/1.1.4/1.1.5) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [opentracing](https://togithub.com/opentracing/opentracing-javascript) | [`0.14.3` -> `0.14.7`](https://renovatebot.com/diffs/npm/opentracing/0.14.3/0.14.7) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cypress](https://togithub.com/cypress-io/cypress) | [`3.8.2` -> `3.8.3`](https://renovatebot.com/diffs/npm/cypress/3.8.2/3.8.3) | [](https://docs.renovatebot.com/merge-confidence/)...
Hi, In the Javascript API of OpenTracing, function [`followsFrom`](https://opentracing-javascript.surge.sh/globals.html#followsfrom) allows to create a reference that can be passed as [`SpanOption`](https://opentracing-javascript.surge.sh/interfaces/spanoptions.html#references) when starting a span. However, in this repo, `references` do...
Thanks for the great work on this repo. Currently I use typescript, webpack and when using the lib it generates the two following warning. `WARNING in ./node_modules/zipkin/lib/InetAddress.js 62:23-30 Critical dependency:...
Use proper inheritance from the `OpenTracing` base classes for `Span` and `Tracer` as indicated here: https://github.com/opentracing/opentracing-javascript#opentracing-tracer-implementations The major change is the usage of `TraceId` as a `span context` which is...
The method `Span.addTags` is not supported. Its documented here: https://opentracing-javascript.surge.sh/classes/span.html#addtags