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

ItemizedMetricStats

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

Aggregated statistics about a measure affected by an anomaly.

interface ItemizedMetricStats {
MetricName?: string | null;
OccurrenceCount?: number | null;
}

§Properties

§
MetricName?: string | null
[src]

The name of the measure.

§
OccurrenceCount?: number | null
[src]

The number of times that the measure appears.