UNPKG

@opentelemetry/instrumentation-redis

Version:
5 lines 331 B
import { Span } from '@opentelemetry/api'; export declare const endSpan: (span: Span, err?: Error | null) => void; export declare const getTracedCreateClient: (original: Function) => (this: any) => any; export declare const getTracedCreateStreamTrace: (original: Function) => (this: any) => any; //# sourceMappingURL=utils.d.ts.map