UNPKG

node-sleuth

Version:

A zipkin sleuth impelement for general node.

5 lines (4 loc) 122 B
import { TraceId } from 'zipkin'; export interface IInjector { inject(attachments: Object, traceId: TraceId): void; }