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

LatencyPercentile

import type { LatencyPercentile } from "https://googleapis.deno.dev/v1/networkmanagement:v1.ts";

Latency percentile rank and value.

interface LatencyPercentile {
latencyMicros?: bigint;
percent?: number;
}

§Properties

§
latencyMicros?: bigint
[src]

percent-th percentile of latency observed, in microseconds. Fraction of percent/100 of samples have latency lower or equal to the value of this field.

§
percent?: number
[src]

Percentage of samples this data point applies to.