Class StackFrames (1.3.4)

StackFrames(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A collection of stack frames, which can be truncated. .. attribute:: frame

Stack frames in this call stack.

:type: Sequence[google.cloud.trace_v2.types.StackTrace.StackFrame]

Attribute

NameDescription
dropped_frames_count int
The number of stack frames that were dropped because there were too many stack frames. If this value is 0, then no stack frames were dropped.