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://aws-api.deno.dev/v0.3/services/lookoutmetrics.ts?docs=full";

A calculation made by contrasting a measure and a dimension from your source data.

interface Metric {
AggregationFunction: AggregationFunction;
MetricName: string;
Namespace?: string | null;
}

§Properties

§
AggregationFunction: AggregationFunction
[src]

The function with which the metric is calculated.

§
MetricName: string
[src]

The name of the metric.

§
Namespace?: string | null
[src]

The namespace for the metric.