This is a simple example of using the Jaeger Node.js tracer with SignalFx. See ./index.js for the example code.
To run this example locally, you will need a relatively recent version of Node.js installed. Then, from this directory do the following:
$ npm install
$ export SIGNALFX_ACCESS_TOKEN=<MY_ACCESS_TOKEN>
$ node index.js
- Jaeger Node.js Tracer - The primary tracer implementation used in this example.
- OpenTracing Javascript - The Jaeger tracer conforms to this interface and should be used whenever possible. This example shows the use of the OpenTracing interface.
- OpenTracing Javascript Instrumentations - A list of official OT instrumentation libraries for JS