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

LatencyCriteria

import type { LatencyCriteria } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";

Parameters for a latency threshold SLI.

interface LatencyCriteria {
threshold?: number;
}

§Properties

§
threshold?: number
[src]

Good service is defined to be the count of requests made to this service that return in no more than threshold.