PerformanceThreshold
import type { PerformanceThreshold } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";
A PerformanceThreshold is used when each window is good when that window has a sufficiently high performance.
interface PerformanceThreshold {
basicSliPerformance?: BasicSli;
performance?: RequestBasedSli;
threshold?: number;
}