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

TimeSeriesServiceStatistics

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

A list of TimeSeriesStatistic structures.

interface TimeSeriesServiceStatistics {
EdgeSummaryStatistics?: EdgeStatistics | null;
ResponseTimeHistogram?: HistogramEntry[] | null;
ServiceForecastStatistics?: ForecastStatistics | null;
ServiceSummaryStatistics?: ServiceStatistics | null;
Timestamp?: Date | number | null;
}

§Properties

§
EdgeSummaryStatistics?: EdgeStatistics | null
[src]
§
ResponseTimeHistogram?: HistogramEntry[] | null
[src]

The response time histogram for the selected entities.

§
ServiceForecastStatistics?: ForecastStatistics | null
[src]

The forecasted high and low fault count values.

§
ServiceSummaryStatistics?: ServiceStatistics | null
[src]
§
Timestamp?: Date | number | null
[src]

Timestamp of the window for which statistics are aggregated.