Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/live/observability/otel/samplers/urlBased.ts>URLBasedSampler

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Go to Latest
class URLBasedSampler
implements Sampler
import { URLBasedSampler } from "https://deno.land/x/live@1.96.2/observability/otel/samplers/urlBased.ts";

Constructors

new
URLBasedSampler(options?: SamplingOptions)

Properties

protected
compiledOptions: CompiledURLBasedSampling[]

Methods

shouldSample(context: Context): SamplingResult
toString(): string