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

TimeSeries

import type { TimeSeries } from "https://aws-api.deno.dev/v0.3/services/lookoutmetrics.ts?docs=full";

Details about a metric. A metric is an aggregation of the values of a measure for a dimension value, such as availability in the us-east-1 Region.

interface TimeSeries {
DimensionList: DimensionNameValue[];
MetricValueList: number[];
TimeSeriesId: string;
}

§Properties

§
DimensionList: DimensionNameValue[]
[src]

The dimensions of the metric.

§
MetricValueList: number[]
[src]

The values for the metric.

§
TimeSeriesId: string
[src]

The ID of the metric.