@aws/aws-distro-opentelemetry-node-autoinstrumentation
Version:
This package provides Amazon Web Services distribution of the OpenTelemetry Node Instrumentation, which allows for auto-instrumentation of NodeJS applications.
10 lines • 400 B
TypeScript
import { ISamplingStatistics } from './remote-sampler.types';
export declare class Statistics implements ISamplingStatistics {
RequestCount: number;
SampleCount: number;
BorrowCount: number;
constructor(requestCount?: number, sampleCount?: number, borrowCount?: number);
getStatistics(): ISamplingStatistics;
resetStatistics(): void;
}
//# sourceMappingURL=statistics.d.ts.map