UNPKG

@erickluis00/otelviewer

Version:

Shared OpenTelemetry tracing utilities, types, and batch processor for Realtime OpenTelemetry Viewer [WIP]

17 lines 543 B
/** * Start the remote executor server (DEV ONLY) */ export declare function startRemoteExecutorServer(port?: number): Promise<number>; /** * Stop the remote executor server */ export declare function stopRemoteExecutorServer(): Promise<void>; /** * Get the current server port */ export declare function getRemoteExecutorPort(): number | null; /** * Auto-start server if there are any registered executables */ export declare function autoStartRemoteExecutorIfNeeded(port?: number): void; //# sourceMappingURL=remote-executor.d.ts.map