TraceScope
import type { TraceScope } from "https://googleapis.deno.dev/v1/observability:v1.ts";
A trace scope is a collection of resources whose traces are queried together.
interface TraceScope {
readonly createTime?: Date;
description?: string;
name?: string;
resourceNames?: string[];
readonly updateTime?: Date;
}§Properties
§
description?: string
[src]Optional. Describes this trace scope. The maximum length of the description is 8000 characters.
§
name?: string
[src]Identifier. The resource name of the trace scope. For example: projects/my-project/locations/global/traceScopes/my-trace-scope