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

Anomaly

import type { Anomaly } from "https://aws-api.deno.dev/v0.4/services/codeguruprofiler.ts?docs=full";

Details about an anomaly in a specific metric of application profile. The anomaly is detected using analysis of the metric data over a period of time.

interface Anomaly {
instances: AnomalyInstance[];
metric: Metric;
reason: string;
}

§Properties

§

A list of the instances of the detected anomalies during the requested period.

§
metric: Metric
[src]

Details about the metric that the analysis used when it detected the anomaly. The metric includes the name of the frame that was analyzed with the type and thread states used to derive the metric value for that frame.

§
reason: string
[src]

The reason for which metric was flagged as anomalous.