Interface PluginTypes.SpanOptions (8.0.0)

An interface that describes the available options for creating a span in general.

Package

@google-cloud/trace-agent

Properties

name

name: string;

skipFrames

skipFrames?: number;

The number of stack frames to skip when collecting call stack information for the span, starting from the top; this should be set to avoid including frames in the plugin. Defaults to 0.