tasq/node_modules/@opentelemetry/sdk-trace-base/build/esnext/sampler/AlwaysOffSampler.d.ts

7 lines
260 B
TypeScript

import { Sampler, SamplingResult } from '../Sampler';
/** Sampler that samples no traces. */
export declare class AlwaysOffSampler implements Sampler {
shouldSample(): SamplingResult;
toString(): string;
}
//# sourceMappingURL=AlwaysOffSampler.d.ts.map