import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { StartRequest } = Protocol.Tracing;
Properties
If set, the agent will issue bufferUsage events at this interval, specified in milliseconds
Whether to report trace events as series of dataCollected events or to save trace to a
stream (defaults to ReportEvents
). (StartRequestTransferMode enum)
Trace data format to use. This only applies when using ReturnAsStream
transfer mode (defaults to json
).
Compression format to use. This only applies when using ReturnAsStream
transfer mode (defaults to none
)