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

MetricKeyDataPoints

import type { MetricKeyDataPoints } from "https://aws-api.deno.dev/v0.4/services/pi.ts?docs=full";

A time-ordered series of data points, corresponding to a dimension of a Performance Insights metric.

interface MetricKeyDataPoints {
DataPoints?: DataPoint[] | null;
}

§Properties

§
DataPoints?: DataPoint[] | null
[src]

An array of timestamp-value pairs, representing measurements over a period of time.

§

The dimensions to which the data points apply.