UNPKG

348 BTypeScriptView Raw
1import { Sampler, SamplingResult } from '@opentelemetry/api';
2/**
3 * @deprecated Use the one defined in @opentelemetry/sdk-trace-base instead.
4 * Sampler that samples all traces.
5 */
6export declare class AlwaysOnSampler implements Sampler {
7 shouldSample(): SamplingResult;
8 toString(): string;
9}
10//# sourceMappingURL=AlwaysOnSampler.d.ts.map
\No newline at end of file