mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-02 03:14:31 +08:00
* add types of zipkin-context-cls, zipkin-instrumentation-express, zipkin-instrumentation-fetch, zipkin-transport-http * fix: CI failure because express require typescript 2.2 * fix: test zipkin-context-cls only, remove irrelevant test code
10 lines
169 B
TypeScript
10 lines
169 B
TypeScript
import {
|
|
Tracer,
|
|
BatchRecorder,
|
|
jsonEncoder,
|
|
} from 'zipkin';
|
|
|
|
import CLSContext = require('zipkin-context-cls');
|
|
|
|
const ctxImpl = new CLSContext('zipkin');
|