0.22.0 • Published 4 years ago
zipkin-instrumentation-gotjs v0.22.0
zipkin-instrumentation-got
This library will wrap the Got client.
Usage
const got = require('got');
const {Tracer} = require('zipkin');
const wrapGot = require('zipkin-instrumentation-got');
const localServiceName = 'service-a'; // name of this application
const tracer = new Tracer({ctxImpl, recorder, localServiceName});
const remoteServiceName = 'youtube';
const zipkinGot = wrapGot(got, {tracer, remoteServiceName});
// Your application code here
zipkinGot('http://www.youtube.com/').then(res => res.body).then(data => ...);
0.22.1-alpha.6
4 years ago
0.22.1-alpha.3
5 years ago
0.22.0
5 years ago
0.21.0
5 years ago
0.20.0
5 years ago
0.19.2-alpha.6
5 years ago
0.19.2
5 years ago
0.19.2-alpha.3
5 years ago
0.19.2-alpha.1
6 years ago
0.19.1
6 years ago
0.20.0-alpha.1
6 years ago
0.20.0-alpha.0
6 years ago
0.19.0
6 years ago
0.18.6
6 years ago
0.18.5
6 years ago
0.18.4
6 years ago
0.18.4-alpha.7
6 years ago
0.19.0-alpha.4
6 years ago
0.18.3
6 years ago
0.18.2
6 years ago
0.18.1
6 years ago
0.18.0
6 years ago
0.17.1
6 years ago