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

TelemetryRecord

import type { TelemetryRecord } from "https://aws-api.deno.dev/v0.4/services/xray.ts?docs=full";
interface TelemetryRecord {
BackendConnectionErrors?: BackendConnectionErrors | null;
SegmentsReceivedCount?: number | null;
SegmentsRejectedCount?: number | null;
SegmentsSentCount?: number | null;
SegmentsSpilloverCount?: number | null;
Timestamp: Date | number;
}

§Properties

§
BackendConnectionErrors?: BackendConnectionErrors | null
[src]
§
SegmentsReceivedCount?: number | null
[src]
§
SegmentsRejectedCount?: number | null
[src]
§
SegmentsSentCount?: number | null
[src]
§
SegmentsSpilloverCount?: number | null
[src]
§
Timestamp: Date | number
[src]