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

Metric

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

A specific metric, identified by specifying values for all of the labels of a MetricDescriptor.

interface Metric {
labels?: {
[key: string]: string;
}
;
type?: string;
}

§Properties

§
labels?: {
[key: string]: string;
}
[src]

The set of label values that uniquely identify this metric. All labels listed in the MetricDescriptor must be assigned values.

§
type?: string
[src]

An existing metric type, see google.api.MetricDescriptor. For example, custom.googleapis.com/invoice/paid/amount.