Skip to content

Latest commit

 

History

History
 
 

jaeger-nodejs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Jaeger Node.js Tracer Example

This is a simple example of using the Jaeger Node.js tracer with SignalFx. See ./index.js for the example code.

Building

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

Resources