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

MetricLevelImpact

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

Details about a measure affected by an anomaly.

interface MetricLevelImpact {
ContributionMatrix?: ContributionMatrix | null;
MetricName?: string | null;
NumTimeSeries?: number | null;
}

§Properties

§
ContributionMatrix?: ContributionMatrix | null
[src]

Details about the dimensions that contributed to the anomaly.

§
MetricName?: string | null
[src]

The name of the measure.

§
NumTimeSeries?: number | null
[src]

The number of anomalous metrics for the measure.