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

MetricData

import type { MetricData } from "https://googleapis.deno.dev/v1/databasecenter:v1beta.ts";

MetricData represents the metric data for a database resource.

interface MetricData {
observationTime?: Date;
value?: TypedValue;
}

§Properties

§
observationTime?: Date
[src]

The time the metric was observed in the metric source service.

§

The value associated with the metric.