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

PerformanceInsightsReferenceComparisonValues

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

Reference scalar values and other metrics that DevOps Guru displays on a graph in its console along with the actual metrics it analyzed. Compare these reference values to your actual metrics to help you understand anomalous behavior that DevOps Guru detected.

interface PerformanceInsightsReferenceComparisonValues {
ReferenceMetric?: PerformanceInsightsReferenceMetric | null;
ReferenceScalar?: PerformanceInsightsReferenceScalar | null;
}

§Properties

§

A metric that DevOps Guru compares to actual metric values. This reference metric is used to determine if an actual metric should be considered anomalous.

§

A scalar value DevOps Guru for a metric that DevOps Guru compares to actual metric values. This reference value is used to determine if an actual metric value should be considered anomalous.