UNPKG

opentracing

Version:

[![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov] [![NPM Published Version][npm-img]][npm] ![Node Version][node-img] [![Join the chat at https://gitter.im/opentracing/opentracing-javascript](https://badges.gitter.im/opentracing/opentracing-

14 lines 390 B
import Tracer from './tracer'; /** * Set the global Tracer. * * The behavior is undefined if this function is called more than once. * * @param {Tracer} tracer - the Tracer implementation */ export declare function initGlobalTracer(tracer: Tracer): void; /** * Returns the global tracer. */ export declare function globalTracer(): Tracer; //# sourceMappingURL=global_tracer.d.ts.map