UNPKG

@stacksleuth/core

Version:

Advanced TypeScript-based core profiling engine for StackSleuth - Real-time performance monitoring with flexible profiler, span tracing, and unified agent architecture. Features comprehensive metrics collection, memory optimization, and production-ready i

23 lines 525 B
export * from './types'; export * from './base-agent'; export * from './utils'; export * from './collector'; export * from './profiler'; export * from './flamegraph'; export * from './adaptive-sampling'; export declare const defaultConfig: { enabled: boolean; sampling: { rate: number; }; filters: {}; output: { console: boolean; dashboard: { enabled: boolean; port: number; host: string; }; }; }; //# sourceMappingURL=index.d.ts.map