Created
July 23, 2019 20:22
-
-
Save eyeezzi/b1e12562118d4233b9bafdc0061473c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* in each service */ | |
var opentracing = require('opentracing') | |
var initTracer = require('jaeger-client').initTracerFromEnv; | |
var tracer = initTracer() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment