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

InterMetricImpactDetails

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

Aggregated details about the measures contributing to the anomaly group, and the measures potentially impacted by the anomaly group.

interface InterMetricImpactDetails {
AnomalyGroupId?: string | null;
ContributionPercentage?: number | null;
MetricName?: string | null;
RelationshipType?: RelationshipType | null;
}

§Properties

§
AnomalyGroupId?: string | null
[src]

The ID of the anomaly group.

§
ContributionPercentage?: number | null
[src]

For potential causes (CAUSE_OF_INPUT_ANOMALY_GROUP), the percentage contribution the measure has in causing the anomalies.

§
MetricName?: string | null
[src]

The name of the measure.

§
RelationshipType?: RelationshipType | null
[src]

Whether a measure is a potential cause of the anomaly group (CAUSE_OF_INPUT_ANOMALY_GROUP), or whether the measure is impacted by the anomaly group (EFFECT_OF_INPUT_ANOMALY_GROUP).