class DebugSampler
implements Sampler
import { DebugSampler } from "https://deno.land/x/live@1.107.0/observability/otel/samplers/debug.ts";
Constructors
new
DebugSampler(inner?: Sampler)Methods
shouldSample(): SamplingResult
context: Context,
traceId: string,
spanName: string,
spanKind: SpanKind,
attributes: Attributes,
links: Link[],
toString(): string