Interface PluginTypes.RootSpanOptions (8.0.0)

An interface that describes the available options for creating root spans.

Inheritance

SpanOptions > PluginTypes.RootSpanOptions

Package

@google-cloud/trace-agent

Properties

method

method?: string;

traceContext

traceContext?: TraceContext | null;

An existing trace context, if it exists.

url

url?: string;