google_api_cloud_trace v0.20.2 GoogleApi.CloudTrace.V2.Model.StackTrace View Source
A call stack appearing in a trace.
Attributes
stackFrames
(type:GoogleApi.CloudTrace.V2.Model.StackFrames.t
, default:nil
) - Stack frames in this stack trace. A maximum of 128 frames are allowed.stackTraceHashId
(type:String.t
, default:nil
) - The hash ID is used to conserve network bandwidth for duplicate stack traces within a single trace.Often multiple spans will have identical stack traces. The first occurrence of a stack trace should contain both the
stackFrame
content and a value instackTraceHashId
. Subsequent spans within the same request can refer to that stack trace by only settingstackTraceHashId
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudTrace.V2.Model.StackTrace{ stackFrames: GoogleApi.CloudTrace.V2.Model.StackFrames.t(), stackTraceHashId: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.