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

HttpFaultDelay

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

Specifies the delay introduced by the load balancer before forwarding the request to the backend service as part of fault injection.

interface HttpFaultDelay {
fixedDelay?: Duration;
percentage?: number;
}

§Properties

§
fixedDelay?: Duration
[src]

Specifies the value of the fixed delay interval.

§
percentage?: number
[src]

The percentage of traffic for connections, operations, or requests for which a delay is introduced as part of fault injection. The value must be from 0.0 to 100.0 inclusive.