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

BucketOptions

import type { BucketOptions } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

BucketOptions describes the bucket boundaries used in the histogram.

interface BucketOptions {
exponential?: Base2Exponent;
linear?: Linear;
}

§Properties

§
exponential?: Base2Exponent
[src]

Bucket boundaries grow exponentially.

§
linear?: Linear
[src]

Bucket boundaries grow linearly.