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

RequestBasedSli

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

Service Level Indicators for which atomic units of service are counted directly.

interface RequestBasedSli {
distributionCut?: DistributionCut;
goodTotalRatio?: TimeSeriesRatio;
}

§Properties

§
distributionCut?: DistributionCut
[src]

distribution_cut is used when good_service is a count of values aggregated in a Distribution that fall into a good range. The total_service is the total count of all values aggregated in the Distribution.

§
goodTotalRatio?: TimeSeriesRatio
[src]

good_total_ratio is used when the ratio of good_service to total_service is computed from two TimeSeries.