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

BatchWriteSpansRequest

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

The request message for the BatchWriteSpans method.

interface BatchWriteSpansRequest {
spans?: Span[];
}

§Properties

§
spans?: Span[]
[src]

Required. A list of new spans. The span names must not match existing spans, otherwise the results are undefined.