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

TimeEvent

import type { TimeEvent } from "https://googleapis.deno.dev/v1/cloudtrace:v2.ts";

A time-stamped annotation or message event in the Span.

interface TimeEvent {
annotation?: Annotation;
messageEvent?: MessageEvent;
time?: Date;
}

§Properties

§
annotation?: Annotation
[src]

Text annotation with a set of attributes.

§
messageEvent?: MessageEvent
[src]

An event describing a message sent/received between Spans.

§
time?: Date
[src]

The timestamp indicating the time the event occurred.