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

HistogramConfiguration

interface HistogramConfiguration <T extends string> extends MetricConfiguration<T> {
buckets?: number[];
collect?: CollectFunction<Histogram<T>>;
}

§Type Parameters

§
T extends string
[src]

§Extends

§
MetricConfiguration<T>
[src]

§Properties

§
buckets?: number[]
[src]
§
collect?: CollectFunction<Histogram<T>>
[src]