UNPKG

enhanced-adot-node-autoinstrumentation

Version:

This package provides Amazon Web Services distribution of the OpenTelemetry Node Instrumentation, which allows for auto-instrumentation of NodeJS applications.

8 lines 257 B
export declare class RateLimiter { private quota; private MAX_BALANCE_MILLIS; private walletFloorMillis; constructor(quota: number, maxBalanceInSeconds?: number); take(cost?: number): boolean; } //# sourceMappingURL=rate-limiter.d.ts.map