@opentelemetry/instrumentation-socket.io
Version:
OpenTelemetry instrumentation for `socket.io` messaging server implementation for Socket.IO communication
5 lines • 351 B
TypeScript
import { SocketIoInstrumentationConfig } from './types';
export declare const isPromise: (value: any) => value is Promise<unknown>;
export declare const normalizeConfig: (config?: SocketIoInstrumentationConfig) => SocketIoInstrumentationConfig;
export declare const extractRoomsAttributeValue: (self: any) => any[];
//# sourceMappingURL=utils.d.ts.map