class URLBasedSampler
implements Sampler
import { URLBasedSampler } from "https://deno.land/x/deco@1.107.0/observability/otel/samplers/urlBased.ts";
Constructors
new
URLBasedSampler(options?: SamplingOptions)Methods
shouldSample(context: Context): SamplingResult
toString(): string