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

GaugeConfiguration

interface GaugeConfiguration <T extends string> extends MetricConfiguration<T> {
collect?: CollectFunction<Gauge<T>>;
}

§Type Parameters

§
T extends string
[src]

§Extends

§
MetricConfiguration<T>
[src]

§Properties

§
collect?: CollectFunction<Gauge<T>>
[src]