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

GetWorkerStacktracesRequest

import type { GetWorkerStacktracesRequest } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

Request to get worker stacktraces from debug capture.

interface GetWorkerStacktracesRequest {
endTime?: Date;
workerId?: string;
}

§Properties

§
endTime?: Date
[src]

The end time for the stacktrace query. The returned stacktraces will be a recent stack trace at or shortly before this time.

§
workerId?: string
[src]

The worker for which to get stacktraces. The returned stacktraces will be for the SDK harness running on this worker.