UNPKG

@vtex/api

Version:
10 lines (9 loc) 267 B
export declare class EventLoopLagMeasurer { private eventLoopDelayMonitor; private percentilesInstrument; private maxInstrument; constructor(); start(): void; updateInstrumentsAndReset(): Promise<void>; private setPercentileObservation; }