UNPKG

349 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 no traces.
5 */
6export declare class AlwaysOffSampler implements Sampler {
7 shouldSample(): SamplingResult;
8 toString(): string;
9}
10//# sourceMappingURL=AlwaysOffSampler.d.ts.map
\No newline at end of file