UNPKG

268 BTypeScriptView Raw
1import { Sampler, SamplingResult } from '@opentelemetry/api';
2/** Sampler that samples no traces. */
3export declare class AlwaysOffSampler implements Sampler {
4 shouldSample(): SamplingResult;
5 toString(): string;
6}
7//# sourceMappingURL=AlwaysOffSampler.d.ts.map
\No newline at end of file