Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SamplingStrategy

import type { SamplingStrategy } from "https://aws-api.deno.dev/v0.4/services/xray.ts?docs=full";

The name and value of a sampling rule to apply to a trace summary.

interface SamplingStrategy {
Name?: SamplingStrategyName | null;
Value?: number | null;
}

§Properties

§

The name of a sampling rule.

§
Value?: number | null
[src]

The value of a sampling rule.